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


In This Topic
PaintSplitBox Method (EnhancedInterfaceRenderer)
In This Topic
Paints the split box.
Syntax
'Declaration
 
Public Sub PaintSplitBox( _
   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.PaintSplitBox(g, x, y, width, height)

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