Window.PaintBoundingBox Method (Typed) | |
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
public virtual void PaintBoundingBox(
BoundingBox oBoundingBox,
int kPaintMode
)
Request Example
View SourceParameters
- 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:
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:
NIL
See Also