Rotation
Rotation class
Beschreibt Seitenrotation enumeration
public class Rotation : Enumeration
Konstrukteure
Name |
Beschreibung |
Rotation() |
Serialisierungskonstruktor |
Methoden
Name |
Beschreibung |
CompareTo(object) |
Vergleicht aktuelles Objekt mit anderem. |
virtual Equals(Enumeration) |
Bestimmt, ob zwei Objektinstanzen gleich sind. |
override Equals(object) |
Bestimmt, ob zwei Objektinstanzen gleich sind. |
override GetHashCode() |
Dient als Standard-Hash-Funktion. |
override ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. |
Felder
Name |
Beschreibung |
static readonly None |
Keine. |
static readonly On180 |
180 Grad. |
static readonly On270 |
270 Grad. |
static readonly On90 |
90 Grad. |
Siehe auch