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!

InvalidateEventArgs.InvalidRect

Gets a value indicating the Rectangle that contains the invalidated window area.

[Visual Basic]
Public ReadOnly Property InvalidRect As Rectangle
[C#]
public Rectangle InvalidRect {get;}
[C++]
public: __property Rectangle get_InvalidRect();
[JScript]
public function get InvalidRect() : Rectangle;

Property Value

The invalidated window area.

See Also

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