次の方法で共有


DisplayInfo コンストラクター

定義

オーバーロード

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

表示情報のメイン コンストラクター

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

表示情報のメイン コンストラクター

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

表示情報のメイン コンストラクター

public DisplayInfo (double width, double height, double density, Xamarin.Essentials.DisplayOrientation orientation, Xamarin.Essentials.DisplayRotation rotation);

パラメーター

width
System.Double

ディスプレイの幅

height
System.Double

ディスプレイの高さ

density
System.Double

画面の密度

orientation
DisplayOrientation

現在の向き

rotation
DisplayRotation

デバイスの回転。

適用対象

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

表示情報のメイン コンストラクター

public DisplayInfo (double width, double height, double density, Xamarin.Essentials.DisplayOrientation orientation, Xamarin.Essentials.DisplayRotation rotation, float rate);

パラメーター

width
System.Double

ディスプレイの幅

height
System.Double

ディスプレイの高さ

density
System.Double

画面の密度

orientation
DisplayOrientation

現在の向き

rotation
DisplayRotation

デバイスの回転。

rate
System.Single

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

適用対象