Property BoundingBox
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
BoundingBox
Gets the Bounding Box of the object in WorldCoordinate System.
public virtual Box BoundingBox { get; }
Property Value
Remarks
See also IvdProxyFigure for example of implementing a custom figure with a proxy figure and how to override basic methods of vdFigure for a custom figure.