DataWindow.PaintBoundingBox Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual PaintBoundingBox(
Usual oBB = default,
Usual kPM = default
)
Request Example
View SourceParameters
- 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:
UsualRemarks 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 |
See Also