PaintEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Paint event.
- C#
- VB.NET
public class PaintEventArgs : EventArgs
Public Class PaintEventArgs
Inherits EventArgs
Constructors
PaintEventArgs(graphics, clipRect)
Initializes a new instance of the PaintEventArgs class with the specified graphics and clipping rectangle.
| Name | Type | Description |
|---|---|---|
| graphics | Graphics | The Graphics used to paint the item. |
| clipRect | Rectangle | The Rectangle that represents the rectangle in which to paint. |
Properties
ClipRectangle
Rectangle: Returns the rectangle in which to paint.
Graphics
Graphics: Returns the graphics used to paint.
Used By
| Name | Description |
|---|---|
| PaintEventHandler | Represents the method that will handle the Paint event of a Control. |