[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase.GetErrorIconBound

GetErrorIconBound Method

GetErrorIconBound(Graphics, Appearance, Rectangle, float)

Gets a rectangle to draw an error icon in.

Declaration
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
Parameters
Type Name Description
Graphics g

A Graphichs object

Appearance appearance

Appearance settings

Rectangle cellRectangle

Rectangle to paint cell

float zoomFactor

Zoomfactor setting

Returns
Type Description
Rectangle

A rectangle

Overrides