ShapeGetBoundingPoints Method |
Get the area surrounding the shape.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Point2d[] GetBoundingPoints()
Public MustOverride Function GetBoundingPoints As Point2d()
Return Value
Type:
Point2d
An array of
Point2d that represents a point sequence of the area surrounding the shape.
See Also