Click or drag to resize

ShapeGetBoundingBox Method

Get the rectangular 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[] GetBoundingBox()

Return Value

Type: Point2d
Array of Point2d that represents the lower left coordinates, upper right coordinates of the rectangle surrounding the shape.
See Also