PaintEventArgs
Wisej.Web.PaintEventArgs
Last updated
Wisej.Web.PaintEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Paint event.
Initializes a new instance of the PaintEventArgs class with the specified graphics and clipping rectangle.
Name | Type | Description |
---|---|---|
graphics | The Graphics used to paint the item. | |
clipRect | The Rectangle that represents the rectangle in which to paint. |
Rectangle: Returns the rectangle in which to paint.
Graphics: Returns the graphics used to paint.
Name | Description |
---|---|