Click or drag to resize

ColumnStylePaint(Graphics, Rectangle, Int32, DataColumn, Boolean) Method

Paints the cell using a GDI graphics context.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract void Paint(
	Graphics dc,
	Rectangle cellRectangle,
	int nRow,
	DataColumn data,
	bool bSelected
)

Parameters

dc  Graphics
The graphics context.
cellRectangle  Rectangle
The bounds of the cell.
nRow  Int32
The row index.
data  DataColumn
The data column providing the cell value.
bSelected  Boolean
A value indicating whether the cell is selected.
See Also