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) |
Initialisiert eine neue Instanz der DisplayInfo-Klasse. |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single) |
Initialisiert eine neue Instanz der DisplayInfo-Klasse. |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation)
- Quelle:
- DisplayInfo.shared.cs
- Quelle:
- DisplayInfo.shared.cs
Initialisiert eine neue Instanz der DisplayInfo-Klasse.
public:
DisplayInfo(double width, double height, double density, Microsoft::Maui::Devices::DisplayOrientation orientation, Microsoft::Maui::Devices::DisplayRotation rotation);
public DisplayInfo (double width, double height, double density, Microsoft.Maui.Devices.DisplayOrientation orientation, Microsoft.Maui.Devices.DisplayRotation rotation);
new Microsoft.Maui.Devices.DisplayInfo : double * double * double * Microsoft.Maui.Devices.DisplayOrientation * Microsoft.Maui.Devices.DisplayRotation -> Microsoft.Maui.Devices.DisplayInfo
Public Sub New (width As Double, height As Double, density As Double, orientation As DisplayOrientation, rotation As DisplayRotation)
Parameter
- width
- Double
Die Breite der Anzeige.
- height
- Double
Die Höhe der Anzeige.
- density
- 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)
- Quelle:
- DisplayInfo.shared.cs
- Quelle:
- DisplayInfo.shared.cs
Initialisiert eine neue Instanz der DisplayInfo-Klasse.
public:
DisplayInfo(double width, double height, double density, Microsoft::Maui::Devices::DisplayOrientation orientation, Microsoft::Maui::Devices::DisplayRotation rotation, float rate);
public DisplayInfo (double width, double height, double density, Microsoft.Maui.Devices.DisplayOrientation orientation, Microsoft.Maui.Devices.DisplayRotation rotation, float rate);
new Microsoft.Maui.Devices.DisplayInfo : double * double * double * Microsoft.Maui.Devices.DisplayOrientation * Microsoft.Maui.Devices.DisplayRotation * single -> Microsoft.Maui.Devices.DisplayInfo
Public Sub New (width As Double, height As Double, density As Double, orientation As DisplayOrientation, rotation As DisplayRotation, rate As Single)
Parameter
- width
- Double
Die Breite der Anzeige.
- height
- Double
Die Höhe der Anzeige.
- density
- Double
Die Bildschirmdichte.
- orientation
- DisplayOrientation
Die aktuelle Ausrichtung.
- rotation
- DisplayRotation
Die Drehung des Geräts.
- rate
- Single
Die Aktualisierungsrate der Anzeige.