[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedInterfaceRenderer.PaintSplitBar

PaintSplitBar Method

PaintSplitBar(Graphics, int, int, int, int)

Paints the split bar which splits view port.

Declaration
public void PaintSplitBar(Graphics g, int x, int y, int width, int height)
Public Sub PaintSplitBar(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the split bar

int x

X-coordinate

int y

Y-coordinate

int width

Width of the split bar

int height

Height of the split bar

Implements