[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatInterfaceRenderer.PaintRangeGroupArea

PaintRangeGroupArea Method

PaintRangeGroupArea(Graphics, int, int, int, int)

Paints the range group area.

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

Graphics object.

int x

X-coordinate.

int y

Y-coordinate.

int width

Width.

int height

Height.

Implements