DisplayInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation) |
Hauptkonstruktor für Anzeigeinformationen |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single) |
Hauptkonstruktor für Anzeigeinformationen |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation)
Hauptkonstruktor für Anzeigeinformationen
public DisplayInfo (double width, double height, double density, Xamarin.Essentials.DisplayOrientation orientation, Xamarin.Essentials.DisplayRotation rotation);
Parameter
- width
- System.Double
Die Breite der Anzeige
- height
- System.Double
Die Höhe des Displays
- density
- System.Double
Die Bildschirmdichte
- orientation
- DisplayOrientation
Die aktuelle Ausrichtung
- rotation
- DisplayRotation
Die Drehung des Geräts.
Gilt für:
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single)
Hauptkonstruktor für Anzeigeinformationen
public DisplayInfo (double width, double height, double density, Xamarin.Essentials.DisplayOrientation orientation, Xamarin.Essentials.DisplayRotation rotation, float rate);
Parameter
- width
- System.Double
Die Breite der Anzeige
- height
- System.Double
Die Höhe des Displays
- density
- System.Double
Die Bildschirmdichte
- orientation
- DisplayOrientation
Die aktuelle Ausrichtung
- rotation
- DisplayRotation
Die Drehung des Geräts.
- rate
- System.Single
Die Aktualisierungsrate der Anzeige.