Click or drag to resize

ExposeEvent.ExposedArea Property

X#
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 
Request Example View Source

Property 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