Click or drag to resize

ColumnStylePaintBackground Method

Paints the background and border of a cell.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void PaintBackground(
	Graphics dc,
	Rectangle cellRectangle,
	bool bSelected
)

Parameters

dc  Graphics
The graphics context.
cellRectangle  Rectangle
The bounds of the cell.
bSelected  Boolean
A value indicating whether the cell is selected.
See Also