System.Windows.Forms.Cursor.Cursor C# (CSharp) Method

Cursor() public method

public Cursor ( IntPtr handle ) : System
handle System.IntPtr
return System
		public Cursor (IntPtr handle) 
		{
			this.handle = handle;
		}

Same methods

Cursor::Cursor ( ) : System
Cursor::Cursor ( SerializationInfo info, StreamingContext context ) : System
Cursor::Cursor ( System.Stream stream ) : System
Cursor::Cursor ( Type type, string resource ) : System
Cursor::Cursor ( string fileName ) : System