Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldPaintEventArgs Class / FieldPaintEventArgs Constructor
The System.Drawing.Graphics object used to paint the item.
The clipped System.Drawing.Rectangle that represents the rectangle in which to paint.
The Field which was painted.


In This Topic
FieldPaintEventArgs Constructor
In This Topic
Initializes a new instance of the FieldPaintEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As Graphics, _
   ByVal clipRectangle As Rectangle, _
   ByVal field As Field _
)
 
'Usage
 
Dim graphics As Graphics
Dim clipRectangle As Rectangle
Dim field As Field
 
Dim instance As New FieldPaintEventArgs(graphics, clipRectangle, field)

Parameters

graphics
The System.Drawing.Graphics object used to paint the item.
clipRectangle
The clipped System.Drawing.Rectangle that represents the rectangle in which to paint.
field
The Field which was painted.
See Also