[]
Gets a rectangle to draw an error icon in.
public override Rectangle GetErrorIconBound(Graphics g, Appearance appearance, Rectangle cellRectangle, float zoomFactor)
Public Overrides Function GetErrorIconBound(g As Graphics, appearance As Appearance, cellRectangle As Rectangle, zoomFactor As Single) As Rectangle
Type | Name | Description |
---|---|---|
Graphics | g | A Graphichs object |
Appearance | appearance | Appearance settings |
Rectangle | cellRectangle | Rectangle to paint cell |
float | zoomFactor | Zoomfactor setting |
Type | Description |
---|---|
Rectangle | A rectangle |