[]
Paints the outline (range group) level indicator box.
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)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the box |
int | x | X-coordinate |
int | y | Y-coordinate |
int | width | Width, in pixels |
int | height | Height, in pixels |
int | groupLevel | Level 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 |