Paints the split bar.
Syntax
'Declaration
Sub PaintSplitBar( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As IInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
instance.PaintSplitBar(g, x, y, width, height)
void PaintSplitBar(
Graphics ,
int ,
int ,
int ,
int
)
Parameters
- g
- Graphics device interface for painting the split bar
- x
- X-coordinate
- y
- Y-coordinate
- width
- Width, in pixels
- height
- Height, in pixels
See Also