Initializes a new instance of the PaintEventArgs class with the specified graphics and clipping rectangle.
[Visual Basic] Public Sub New( _ ByVal graphics As Graphics, _ ByVal clipRect As Rectangle _ ) [C#] public PaintEventArgs( Graphics graphics, Rectangle clipRect ); [C++] public: PaintEventArgs( Graphics* graphics, Rectangle clipRect ); [JScript] public function PaintEventArgs( graphics : Graphics, clipRect : Rectangle );
PaintEventArgs Class | PaintEventArgs Members | System.WinForms Namespace | Rectangle | Graphics