DrawObject.BoundingBox Property | |
A bounding box representing the smallest rectangle (in the owner window's canvas coordinates) which encloses this DrawObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY BoundingBox AS USUAL GET
public virtual Usual BoundingBox { get; }
Request Example
View SourceProperty Value
Type:
UsualA bounding box representing the smallest rectangle (in the owner window's canvas coordinates) which encloses this DrawObject object.
See Also