Click or drag to resize

DataWindow.PaintBoundingBox Method

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

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PaintBoundingBox(
	oBB,
	kPM
) AS USUAL CLIPPER
Request Example View Source

Parameters

oBB (Optional)
Type: Usual
The bounding box (group or character box) representing the data window area to be painted, in canvas coordinates.
kPM (Optional)
Type: Usual
The constant that represents how the data window area is painted:

Return Value

Type: Usual
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