LineObject.BoundingBox Property (Typed) | |
A bounding box representing the smallest rectangle that completely encloses this LineObject object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY BoundingBox AS BoundingBox GET
public override BoundingBox BoundingBox { get; }
Request Example
View SourceProperty Value
Type:
BoundingBoxA bounding box representing the smallest rectangle that completely encloses this LineObject object.
See Also