DisplayInfo 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
顯示器的重新整理速率。