[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EditBaseCellType.GetErrorIconBound

GetErrorIconBound Method

GetErrorIconBound(Graphics, Appearance, Rectangle, float)

Gets a rectangle to draw the 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 graphics object

Appearance appearance

Appearance settings

Rectangle cellRectangle

Rectangle to paint the cell in

float zoomFactor

Zoom factor setting

Returns
Type Description
Rectangle

A rectangle

Overrides