Compartilhar via


DisplayInfo Construtores

Definição

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.

Aplica-se a