UIInterfaceOrientationExtensions クラス

定義

UIInterfaceOrientation 列挙体の Extensions メソッド。

public static class UIInterfaceOrientationExtensions
type UIInterfaceOrientationExtensions = class
継承
UIInterfaceOrientationExtensions

注釈

このクラスの extensions メソッドは、UIInterfaceOrientation 型の列挙型で使用する便利なメソッドを提供します。

メソッド

IsLandscape(UIInterfaceOrientation)

原点が横長の値の 1 つであるかどうかを判断します。

IsPortrait(UIInterfaceOrientation)

向きが縦向きであるかどうかを判断します。

適用対象