[]
Paint back color.
void PaintBackground(Graphics g, GraphicsPath path, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Sub PaintBackground(g As Graphics, path As GraphicsPath, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the cell. |
GraphicsPath | path | A GraphicsPath that specifies filling area. |
Appearance | appearance | Apperarance that specifise painting setting. |
object | value | Object that contains the name of the renderer control |
bool | isSelected | if set to |
bool | isLocked | if set to |
float | zoomFactor | Numeric value for scaling the display of the renderer control. |