DataWindow.RepaintBoundingBox Method | |
Repaint a rectangular area in the data window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RepaintBoundingBox(
oBB
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual RepaintBoundingBox(
Usual oBB = default
)
Request Example
View SourceParameters
- oBB (Optional)
- Type: Usual
The bounding box (group or character box) representing the data window area to be repainted, in canvas coordinates.
Return Value
Type:
UsualRemarks
This method should be avoided within an Expose() event handler. If it is used, make sure the application does not fall into an infinite loop.
See Also