次の方法で共有


UIGestureRecognizer.LocationOfTouch(nint, UIView) メソッド

定義

ジェスチャ内のタッチの 1 つのうち、 の座標系内の位置を取得します。

[Foundation.Export("locationOfTouch:inView:")]
public virtual CoreGraphics.CGPoint LocationOfTouch (nint touchIndex, UIKit.UIView inView);
abstract member LocationOfTouch : nint * UIKit.UIView -> CoreGraphics.CGPoint
override this.LocationOfTouch : nint * UIKit.UIView -> CoreGraphics.CGPoint

パラメーター

touchIndex
System.System.IntPtr System.nativeint
inView
UIView

追加する。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象