Click or drag to resize

Window.PaintBoundingBox Method (Typed)

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

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

Parameters

oBoundingBox
Type: BoundingBox
The bounding box (group or character box) representing the window area to be painted, in canvas coordinates.
kPaintMode
Type: Long
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: 
NIL
See Also