Click or drag to resize

DataWindow.PaintBoundingBox Method (Typed)

X#
Paint a rectangular area in the data window using a specified painting method.

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

Parameters

oBB
Type: BoundingBox
The bounding box (group or character box) representing the data window area to be painted, in canvas coordinates.
kPM
Type: Long
The constant that represents how the data window area is painted:
Remarks
ConstantDescription
PAINTFILLFills the entire rectangle using the currently selected brush. This is the default.
PAINTFRAMEFrames the entire rectangle using the currently selected pen
PAINTINVERTInverts the entire rectangle
See Also