[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatInterfaceRenderer.PaintRangeGroupLevelBox

PaintRangeGroupLevelBox Method

PaintRangeGroupLevelBox(Graphics, int, int, int, int, int, bool, bool)

Paints the range group level box.

Declaration
public void PaintRangeGroupLevelBox(Graphics g, int x, int y, int width, int height, int groupLevel, bool rowGroup, bool isLeftToRight)
Public Sub PaintRangeGroupLevelBox(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, groupLevel As Integer, rowGroup As Boolean, isLeftToRight As Boolean)
Parameters
Type Name Description
Graphics g

Graphics object.

int x

X-coordinate.

int y

Y-coordinate.

int width

Width.

int height

Height.

int groupLevel

Group level index.

bool rowGroup

Specifies whether it is a row group.

bool isLeftToRight

Specifies whether to paint from left to right.

Implements