DisplayInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation) |
DisplayInfo クラスの新しいインスタンスを初期化します。 |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation, Single) |
DisplayInfo クラスの新しいインスタンスを初期化します。 |
DisplayInfo(Double, Double, Double, DisplayOrientation, DisplayRotation)
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 クラスの新しいインスタンスを初期化します。
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
ディスプレイの更新レート。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI