Window.PaintBoundingBox Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PaintBoundingBox(
Usual oBoundingBox = default,
Usual kPaintMode = default
)
Request Example
View SourceParameters
- 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:
Constant | Description |
---|
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:
UsualNIL
See Also