[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatInterfaceRenderer.PaintRangeGroupButton

PaintRangeGroupButton Method

PaintRangeGroupButton(Graphics, int, int, int, int, GroupState, bool, bool)

Paints the range group button.

Declaration
public void PaintRangeGroupButton(Graphics g, int x, int y, int width, int height, GroupState groupState, bool rowGroup, bool isLeftToRight)
Public Sub PaintRangeGroupButton(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, groupState As GroupState, 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.

GroupState groupState

Group state.

bool rowGroup

Specifies whether it is a row group.

bool isLeftToRight

Specifies whether to paint from left to right.

Implements