Table of Contents

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 Bitmap
hotSpot IntVector2

Properties

Default

public static MouseCursor Default { get; }

Property Value

MouseCursor

Empty

public static MouseCursor Empty { get; }

Property Value

MouseCursor

Hand

public static MouseCursor Hand { get; }

Property Value

MouseCursor

IBeam

public static MouseCursor IBeam { get; }

Property Value

MouseCursor

SizeAll

public static MouseCursor SizeAll { get; }

Property Value

MouseCursor

SizeNESW

public static MouseCursor SizeNESW { get; }

Property Value

MouseCursor

SizeNS

Gets the two-headed vertical (north/south) sizing cursor.

public static MouseCursor SizeNS { get; }

Property Value

MouseCursor

SizeNWSE

public static MouseCursor SizeNWSE { get; }

Property Value

MouseCursor

SizeWE

Gets the two-headed horizontal(west/east) sizing cursor.

public static MouseCursor SizeWE { get; }

Property Value

MouseCursor