PaintSplitBar Method (EnhancedInterfaceRenderer)
In This Topic
Paints the split bar which splits view port.
Syntax
'Declaration
Public Sub PaintSplitBar( _
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.PaintSplitBar(g, x, y, width, height)
public 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 of the split bar
- height
- Height of the split bar
See Also