共用方式為


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

顯示器的重新整理速率。

適用於