[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldPaintEventArgs.-ctor

FieldPaintEventArgs Constructor

FieldPaintEventArgs(Graphics, Rectangle, Field)

Initializes a new instance of the FieldPaintEventArgs class.

Declaration
public FieldPaintEventArgs(Graphics graphics, Rectangle clipRectangle, Field field)
Public Sub New(graphics As Graphics, clipRectangle As Rectangle, field As Field)
Parameters
Type Name Description
Graphics graphics

The Graphics object used to paint the item.

Rectangle clipRectangle

The clipped Rectangle that represents the rectangle in which to paint.

Field field

The Field which was painted.