PaintSplitBox Method (EnhancedInterfaceRenderer)
In This Topic
Paints the split box.
Syntax
'Declaration
Public Sub PaintSplitBox( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As EnhancedInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
instance.PaintSplitBox(g, x, y, width, height)
public void PaintSplitBox(
Graphics ,
int ,
int ,
int ,
int
)
Parameters
- g
- Graphics device interface for painting the split box
- x
- X-coordinate
- y
- Y-coordinate
- width
- Width of the split box
- height
- Height of the split box
See Also