Class MouseCursor
- Namespace
- Lime
- Assembly
- Lime.dll
public class MouseCursor
- Inheritance
-
MouseCursor
- Inherited Members
Constructors
MouseCursor(Bitmap, IntVector2)
public MouseCursor(Bitmap bitmap, IntVector2 hotSpot)
Parameters
bitmap
BitmaphotSpot
IntVector2
Properties
Default
public static MouseCursor Default { get; }
Property Value
Empty
public static MouseCursor Empty { get; }
Property Value
Hand
public static MouseCursor Hand { get; }
Property Value
IBeam
public static MouseCursor IBeam { get; }
Property Value
SizeAll
public static MouseCursor SizeAll { get; }
Property Value
SizeNESW
public static MouseCursor SizeNESW { get; }
Property Value
SizeNS
Gets the two-headed vertical (north/south) sizing cursor.
public static MouseCursor SizeNS { get; }
Property Value
SizeNWSE
public static MouseCursor SizeNWSE { get; }
Property Value
SizeWE
Gets the two-headed horizontal(west/east) sizing cursor.
public static MouseCursor SizeWE { get; }