UIGestureRecognizer.LocationOfTouch(nint, UIView) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得手勢中其中一個觸控座標系統中的位置。
[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
傳回
- 屬性