38 internal readonly
int Xmul;
43 internal readonly
int Ymul;
65 public override bool Equals(
object obj )
80 return other.
Xmul == this.Xmul && other.
Ymul == this.
Ymul;
91 if ( ReferenceEquals( a,
null ) )
92 return ReferenceEquals( b,
null );
93 if ( ReferenceEquals( b,
null ) )
107 if ( ReferenceEquals( a,
null ) )
108 return !ReferenceEquals( b,
null );
109 if ( ReferenceEquals( b,
null ) )
static DisplayOrientation Landscape
Vaakasuuntainen.
static DisplayOrientation PortraitInverse
Pystysuuntainen, ylösalaisin käännetty.
static DisplayOrientation LandscapeRight
Vaakasuuntainen, oikealle käännetty.
static bool operator==(DisplayOrientation a, DisplayOrientation b)
Onko näytön asemoinnit samat
bool Equals(DisplayOrientation other)
Onko näytön asemointi sama
override int GetHashCode()
Hajautuskoodi
readonly int Ymul
Y-kerroin: 1 jos pystysuora, -1 jos ylösalaisin, 0 jos vaakasuora.
static DisplayOrientation LandscapeLeft
Vaakasuuntainen, vasemmalle käännetty.
static DisplayOrientation Portrait
Pystysuuntainen.
override bool Equals(object obj)
Onko näytön asemointi sama
static bool operator!=(DisplayOrientation a, DisplayOrientation b)
Onko näytön asemoinnit eri
DisplayOrientation(int xmul, int ymul)
readonly int Xmul
X-kerroin: 1 jos vaakasuora vasemmalle, -1 jos vaakasuora oikealle, 0 jos pystysuora.