ExposeEvent.ExposedArea Property | |
A bounding box—in canvas coordinates—representing the exposed area that caused this expose event.
Use this method to optimize your repainting routines so that they paint only the area which requires refreshing.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ExposedArea AS BoundingBox GET
public virtual BoundingBox ExposedArea { get; }
Request Example
View SourceProperty Value
Type:
BoundingBox
A bounding box—in canvas coordinates—representing the exposed area that caused this expose event.
Use this method to optimize your repainting routines so that they paint only the area which requires refreshing.
See Also