|
LuciadCPillar C# 2025.0.12
|
Represents a mouse cursor in the map API. More...
Public Member Functions | |
| MouseCursor (uint id) | |
| Creates a new mouse cursor with the given id. | |
| bool | Equals (MouseCursor other) |
| override bool | Equals (object other) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator!= (MouseCursor lhs, MouseCursor rhs) |
| static bool | operator== (MouseCursor lhs, MouseCursor rhs) |
Properties | |
| static MouseCursor | Arrow = new MouseCursor(1) [get] |
| Returns the arrow mouse cursor. | |
| static MouseCursor | Cross = new MouseCursor(2) [get] |
| Returns the cross mouse cursor. | |
| static MouseCursor | DefaultCursor = new MouseCursor(0) [get] |
| Returns the default mouse cursor. | |
| static MouseCursor | Hand = new MouseCursor(4) [get] |
| Returns the hand mouse cursor. | |
| static MouseCursor | IBeam = new MouseCursor(3) [get] |
| Returns the I-beam mouse cursor, for example used when editing text. | |
| uint | Id [get] |
| The id of the mouse cursor. | |
| static MouseCursor | None = new MouseCursor(10) [get] |
| Returns a mouse cursor that is not visible. | |
| static MouseCursor | SizeAll = new MouseCursor(5) [get] |
| Returns the size-all mouse cursor. | |
| static MouseCursor | SizeHorizontal = new MouseCursor(6) [get] |
| Returns the horizontal size mouse cursor. | |
| static MouseCursor | SizeNeSw = new MouseCursor(9) [get] |
| Returns the size mouse cursor that follows the north-east to south-west diagonal. | |
| static MouseCursor | SizeNwSe = new MouseCursor(8) [get] |
| Returns the size mouse cursor that follows the north-west to south-east diagonal. | |
| static MouseCursor | SizeVertical = new MouseCursor(7) [get] |
| Returns the vertical size mouse cursor. | |
Represents a mouse cursor in the map API.
|
inline |
Creates a new mouse cursor with the given id.
| id | the id of the mouse cursor. |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
staticget |
Returns the arrow mouse cursor.
|
staticget |
Returns the cross mouse cursor.
|
staticget |
Returns the default mouse cursor.
|
staticget |
Returns the hand mouse cursor.
|
staticget |
Returns the I-beam mouse cursor, for example used when editing text.
|
get |
The id of the mouse cursor.
The id of the mouse cursor.
|
staticget |
Returns a mouse cursor that is not visible.
|
staticget |
Returns the size-all mouse cursor.
|
staticget |
Returns the horizontal size mouse cursor.
|
staticget |
Returns the size mouse cursor that follows the north-east to south-west diagonal.
|
staticget |
Returns the size mouse cursor that follows the north-west to south-east diagonal.
|
staticget |
Returns the vertical size mouse cursor.