DisplayInfo Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation) |
Inicializa uma nova instância da classe DisplayInfo. |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single) |
Inicializa uma nova instância da classe DisplayInfo. |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation)
- Origem:
- DisplayInfo.shared.cs
- Origem:
- DisplayInfo.shared.cs
Inicializa uma nova instância da classe DisplayInfo.
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)
Parâmetros
- width
- Double
A largura da exibição.
- height
- Double
A altura da exibição.
- density
- Double
A densidade da tela.
- orientation
- DisplayOrientation
A orientação atual.
- rotation
- DisplayRotation
A rotação do dispositivo.
Aplica-se a
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single)
- Origem:
- DisplayInfo.shared.cs
- Origem:
- DisplayInfo.shared.cs
Inicializa uma nova instância da classe DisplayInfo.
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)
Parâmetros
- width
- Double
A largura da exibição.
- height
- Double
A altura da exibição.
- density
- Double
A densidade da tela.
- orientation
- DisplayOrientation
A orientação atual.
- rotation
- DisplayRotation
A rotação do dispositivo.
- rate
- Single
A taxa de atualização da exibição.