UIInterfaceOrientationExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UIInterfaceOrientation 列挙体の Extensions メソッド。
public static class UIInterfaceOrientationExtensions
type UIInterfaceOrientationExtensions = class
- 継承
-
UIInterfaceOrientationExtensions
注釈
このクラスの extensions メソッドは、UIInterfaceOrientation 型の列挙型で使用する便利なメソッドを提供します。
メソッド
IsLandscape(UIInterfaceOrientation) |
原点が横長の値の 1 つであるかどうかを判断します。 |
IsPortrait(UIInterfaceOrientation) |
向きが縦向きであるかどうかを判断します。 |