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!

Cursor.Clip

The current cursor clipping rectangle in screen coordinates. A clipped cursor will only be allowed to move within it's rectangle. Generally, the OS only allows this if the mouse is currently captured. If the cursor is not currently clipped, the resulting rectangle contains the dimensions of the entire screen.

[Visual Basic]
Public Shared Property Clip As Rectangle
[C#]
public static Rectangle Clip {get; set;}
[C++]
public: __property static Rectangle get_Clip();
public: __property static void set_Clip(Rectangle);
[JScript]
public static function get Clip() : Rectangle;
public static function set Clip(Rectangle);

See Also

Cursor Class | Cursor Members | System.Drawing Namespace