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 Constructor (Int32)

Creates a cursor object given a handle. The cursor object does not claim ownership of the handle; you must free it when you are done.

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As Integer _
)
[C#]
public Cursor(
   int handle
);
[C++]
public: Cursor(
   int handle
);
[JScript]
public function Cursor(
   handle : int
);

Parameters

handle
The Win32 cursor handle to wrap.

See Also

Cursor Class | Cursor Members | System.Drawing Namespace | Cursor Constructor Overload List