UITouchProperties 列挙型

定義

変更される可能性がある のプロパティの UITouch フラグ付け列挙。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UITouchProperties
type UITouchProperties = 
継承
UITouchProperties
属性

フィールド

Altitude 4

デバイスは、 がタッチの過程で変化する可能性 AltitudeAngle を可能にします。

Azimuth 2

デバイスは、 と GetAzimuthUnitVector(UIView)GetAzimuthAngle(UIView)タッチの過程で変化する可能性を可能にします。

Force 1

デバイスは、 がタッチの過程で変化する可能性 Force を可能にします。

Location 8

デバイスは、 がタッチの過程で変化する可能性 LocationInView(UIView) を可能にします。

注釈

異なるハードウェア デバイスには、タッチの期間中に異なる可能性がある異なる機能があります。 たとえば、現在のすべてのハードウェアで プロパティをLocation変更できますが、タッチの過程で変更する と Azimuth の値は、現在 Apple Pencil でのみサポートされていますAltitude

適用対象