Class Axis

Axis class

Een as beschrijft één dimensie van SRS.

public class Axis

Constructeurs

NaamBeschrijving
Axis(string, AxisDirection)Maakt nieuwe instantie aan.

Eigenschappen

NaamBeschrijving
Direction { get; }Richting van deze as.
IsEastWestAxis { get; }Detecteert of de richting van de as Oost of West is.
IsNorthSouthAxis { get; }Detecteert of de richting van de as noord of zuid is.
IsOtherAxis { get; }Detecteert of deze asrichting anders is.
IsUpDownAxis { get; }Detecteert of de richting van de as omhoog of omlaag is.
Name { get; }Naam van deze as.

Zie ook