Gets the rectangle in which to paint.
[Visual Basic] Public ReadOnly Property ClipRectangle As Rectangle [C#] public Rectangle ClipRectangle {get;} [C++] public: __property Rectangle get_ClipRectangle(); [JScript] public function get ClipRectangle() : Rectangle;
The rectangle in which to paint.
PaintEventArgs Class | PaintEventArgs Members | System.WinForms Namespace | Rectangle