DisplayInfo コンストラクター

定義

オーバーロード

DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation)

DisplayInfo クラスの新しいインスタンスを初期化します。

DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single)

DisplayInfo クラスの新しいインスタンスを初期化します。

DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation)

ソース:
DisplayInfo.shared.cs
ソース:
DisplayInfo.shared.cs

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)

パラメーター

width
Double

表示の幅。

height
Double

ディスプレイの高さ。

density
Double

画面の密度。

orientation
DisplayOrientation

現在の向き。

rotation
DisplayRotation

デバイスの回転。

適用対象

DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single)

ソース:
DisplayInfo.shared.cs
ソース:
DisplayInfo.shared.cs

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)

パラメーター

width
Double

表示の幅。

height
Double

ディスプレイの高さ。

density
Double

画面の密度。

orientation
DisplayOrientation

現在の向き。

rotation
DisplayRotation

デバイスの回転。

rate
Single

ディスプレイの更新レート。

適用対象