Creates a cursor object given a resource name and location.
[Visual Basic] Overloads Public Sub New( _ ByVal type As Type, _ ByVal resource As String _ ) [C#] public Cursor( Type type, string resource ); [C++] public: Cursor( Type* type, String* resource ); [JScript] public function Cursor( type : Type, resource : String );
Cursor Class | Cursor Members | System.Drawing Namespace | Cursor Constructor Overload List