BasicShapeGetPointSide Method |
I will get which side of the figure the specified point is.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract PointSide GetPointSide(
Point2d point
)
Public MustOverride Function GetPointSide (
point As Point2d
) As PointSide
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
point
Return Value
Type:
PointSide PointSide to indicate which side of the shape the specified point is.
See Also