Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / PaintSplitBar Method
Graphics device interface for painting the split bar
X-coordinate
Y-coordinate
Width of the split bar
Height of the split bar


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

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