[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedInterfaceRenderer.PaintSplitBarCrossover

PaintSplitBarCrossover Method

PaintSplitBarCrossover(Graphics, int, int, int, int)

Paints the crossing area between the split bars.

Declaration
public void PaintSplitBarCrossover(Graphics g, int x, int y, int width, int height)
Public Sub PaintSplitBarCrossover(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 bars

int x

X-coordinate

int y

Y-coordinate

int width

Width of the crossing area

int height

Height of the crossing area

Implements