http://stackoverflow.com/questions/4305800/using-custom-colored-cursors-in-a-c-windows-application
Namespace: DeltaEngine.PlatformsAssembly: DeltaEngine.WindowsXna (in DeltaEngine.WindowsXna.dll) Version: 1.1.1.0 (1.1.1)
public static Cursor LoadCustomCursor(
string path
)
public static Cursor LoadCustomCursor(
string path
)
Public Shared Function LoadCustomCursor (
path As String
) As Cursor
Public Shared Function LoadCustomCursor (
path As String
) As Cursor
public:
static Cursor^ LoadCustomCursor(
String^ path
)
public:
static Cursor^ LoadCustomCursor(
String^ path
)
static member LoadCustomCursor :
path : string -> Cursor
static member LoadCustomCursor :
path : string -> Cursor
Return Value
Type:
Cursor