MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
CreateCursor Method (bmp, xHotSpot, yHotSpot)
NamespacesMPfm.WindowsControlsToolsCreateCursor(Bitmap, Int32, Int32)
Creates a cursor from bitmap.
Declaration Syntax
C#Visual Basic
public static Cursor CreateCursor(
	Bitmap bmp,
	int xHotSpot,
	int yHotSpot
)
Public Shared Function CreateCursor ( _
	bmp As Bitmap, _
	xHotSpot As Integer, _
	yHotSpot As Integer _
) As Cursor
Parameters
bmp (Bitmap)
Bitmap
xHotSpot (Int32)
Hot spot (x)
yHotSpot (Int32)
Hot spot (y)
Return Value
Cursor

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)