UIDeviceOrientationExtensions クラス

定義

UIDeviceOrientation クラスの拡張メソッド。

public static class UIDeviceOrientationExtensions
type UIDeviceOrientationExtensions = class
継承
UIDeviceOrientationExtensions

メソッド

IsFlat(UIDeviceOrientation)

trueデバイスが背面または顔のいずれかに横たわっている場合は を返します。

IsLandscape(UIDeviceOrientation)

デバイスの true 長い端のいずれかが最も低い場合は を返します。

IsPortrait(UIDeviceOrientation)

true短いエッジのいずれかが最も低い場合は を返します。

適用対象