[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GradientInterfaceRenderer.PaintRangeGroupButton

PaintRangeGroupButton Method

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

Paints the outline (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 device interface for painting the button

int x

X-coordinate

int y

Y-coordinate

int width

Width, in pixels

int height

Height, in pixels

GroupState groupState

State of the outline (range group)

bool rowGroup

Whether this outline (range group) is of rows

bool isLeftToRight

Whether it is set to right-to-left

Implements