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 );
Cursor Class | Cursor Members | System.Drawing Namespace | Cursor Constructor Overload List