DataWindow.PaintBoundingBox Method (Typed) | |
Paint a rectangular area in the data window using a specified painting method.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PaintBoundingBox(
oBB AS BoundingBox,
kPM AS LONG
) AS VOID
public override void PaintBoundingBox(
BoundingBox oBB,
int kPM
)
Request Example
View SourceParameters
- oBB
- Type: BoundingBox
The bounding box (group or character box) representing the data window area to be painted, in canvas coordinates. - kPM
- Type: Long
The constant that represents how the data window area is painted:
Remarks 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