NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PaintEventArgs.ClipRectangle

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;

Property Value

The rectangle in which to paint.

See Also

PaintEventArgs Class | PaintEventArgs Members | System.WinForms Namespace | Rectangle