[]
Initializes a new instance of the FieldPaintEventArgs class.
public FieldPaintEventArgs(Graphics graphics, Rectangle clipRectangle, Field field)
Public Sub New(graphics As Graphics, clipRectangle As Rectangle, field As Field)
| 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. |