UIGestureRecognizer.LocationInView(UIView) Method

Definition

The PointF in the given UIView of the gesture represented by this UIGestureRecognizer.

[Foundation.Export("locationInView:")]
public virtual CoreGraphics.CGPoint LocationInView (UIKit.UIView view);
abstract member LocationInView : UIKit.UIView -> CoreGraphics.CGPoint
override this.LocationInView : UIKit.UIView -> CoreGraphics.CGPoint

Parameters

view
UIView

To be added.

This parameter can be null.

Returns

A point in the views's local coordinate system identifying the location of the gesture.

Attributes

Applies to