ColumnStylePaint(Type, Object, RectangleD2D, Int32, DataColumn, Boolean) Method |
Paints the cell using an abstract drawing context.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract void Paint(
Type dctype,
Object dc,
RectangleD2D cellRectangle,
int nRow,
DataColumn data,
bool bSelected
)
Parameters
- dctype Type
- The type of the drawing context.
- dc Object
- The drawing context.
- cellRectangle RectangleD2D
- 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