BasicShapeGetClosestPoint Method |
Get the point on the figure closest to the specified coordinates.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract PointOnShape GetClosestPoint(
Point2d point
)
Public MustOverride Function GetClosestPoint (
point As Point2d
) As PointOnShape
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
coordinates
Return Value
Type:
PointOnShape the point on the figure closest to the specified coordinates
See Also