Window.WindowArea Property (Typed) | |
The bounding box representing the minimal area which encloses the entire window (canvas area and non-canvas area), in canvas coordinates.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY WindowArea AS BoundingBox GET
public virtual BoundingBox WindowArea { get; }
Request Example
View SourceProperty Value
Type:
BoundingBoxThe bounding box representing the minimal area which encloses the entire window (canvas area and non-canvas area), in canvas coordinates.
See Also