Class PaintEventArgs
Provides data for the Paint or other paint events.
public class PaintEventArgs : BaseEventArgs
- Inheritance
-
PaintEventArgs
- Derived
Remarks
A PaintEventArgs specifies the Graphics to use to paint the control or object and the ClipRectangle in which to paint.
Constructors
- PaintEventArgs(Graphics, RectD)
Initializes a new instance of the PaintEventArgs class.
Properties
- ClipRectangle
Gets the rectangle in which to paint.