[]
Gets a rectangle to draw the error icon in.
public virtual Rectangle GetErrorIconBound(Graphics g, Appearance appearance, Rectangle cellRectangle, float zoomFactor)
Public Overridable Function GetErrorIconBound(g As Graphics, appearance As Appearance, cellRectangle As Rectangle, zoomFactor As Single) As Rectangle
Type | Name | Description |
---|---|---|
Graphics | g | A graphics object |
Appearance | appearance | Appearance settings |
Rectangle | cellRectangle | Rectangle to paint the cell in |
float | zoomFactor | Zoom factor setting |
Type | Description |
---|---|
Rectangle | A rectangle |