Click or drag to resize

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()

Return Value

Type: Point2d
An array of Point2d that represents a point sequence of the area surrounding the shape.
See Also