ColumnStylePaintBackground Method |
Paints the background and border of a cell.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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