[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGrid.DrawCellImage

DrawCellImage Method

DrawCellImage(Graphics, int, int, Rectangle, DrawColorMode)

Draws a grid cell.

Declaration
protected override void DrawCellImage(Graphics g, int row, int col, Rectangle rcBounds, DrawColorMode colorMode)
Parameters
Type Name Description
Graphics g

Graphics object where the cell will be drawn.

int row

Index of the cell's row.

int col

Index of the cell's column.

Rectangle rcBounds

Rectangle that defines the cell position.

DrawColorMode colorMode
Overrides
Remarks

This method is for internal use. It allows inherited classes to customize the grid appearance.