Click or drag to resize

DataWindow.RepaintBoundingBox Method (Typed)

X#
Repaint a rectangular area in the data window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RepaintBoundingBox(
	oBB AS BoundingBox
) AS VOID
Request Example View Source

Parameters

oBB
Type: BoundingBox
The bounding box (group or character box) representing the data window area to be repainted, in canvas coordinates.
Remarks
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