_PaintEventArgs Type

Provides data for the OnPaint event.

Namespace: CNClrLib.Control.EventArgs
type
 _PaintEventArgs = CNClrLib.Windows._PaintEventArgs;

The OnPaint event occurs when a control is redrawn. A PaintEventArgs specifies the Graphics to use to paint the control and the ClipRectangle in which to paint.

For more information, see PaintEventArgs in C#.

Properties
Description

ClipRectangle

Gets the rectangle in which to paint.

Graphics

Gets the graphics used to paint.