Cursor Constructor
.NET Framework 4.5
Initializes a new instance of the Cursor class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Cursor(IntPtr) | Initializes a new instance of the Cursor class from the specified Windows handle. |
|
Cursor(Stream) | Initializes a new instance of the Cursor class from the specified data stream. |
|
Cursor(String) | Initializes a new instance of the Cursor class from the specified file. |
|
Cursor(Type, String) | Initializes a new instance of the Cursor class from the specified resource with the specified resource type. |