[]
Extend paiting with an extraRendererSettings.
bool PaintEnhancedConditionalFormat(Graphics g, Rectangle r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor, ExtraRendererSettings extraRendererSettings, ref RectangleF rText, bool diagonalLine)
Function PaintEnhancedConditionalFormat(g As Graphics, r As Rectangle, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single, extraRendererSettings As ExtraRendererSettings, ByRef rText As RectangleF, diagonalLine As Boolean) As Boolean
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the cell. |
Rectangle | r | Original boundary rectangle to paint. |
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. |
ExtraRendererSettings | extraRendererSettings | The extra renderer settings. |
RectangleF | rText | Boundary rectangle to paint. |
bool | diagonalLine | if set to |
Type | Description |
---|---|
bool |