UIGestureRecognizer.LocationInView(UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A point in the views's local coordinate system identifying the location of the gesture.
- Attributes