Click or drag to resize

Window.PaintBoundingBox Method

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

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

Parameters

oBoundingBox (Optional)
Type: Usual
The bounding box (group or character box) representing the window area to be painted, in canvas coordinates.
kPaintMode (Optional)
Type: Usual
The constant that represents how the window area is painted:
ConstantDescription
PAINTFILL Fills the entire rectangle using the currently selected brush. This is the default.
PAINTFRAME Frames the entire rectangle using the currently selected pen
PAINTINVERT Inverts the entire rectangle

Return Value

Type: Usual
NIL
See Also