Share via


UITouch.GetPreciseLocation(UIView) Method

Definition

[Foundation.Export("preciseLocationInView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint GetPreciseLocation(UIKit.UIView? view);
[<Foundation.Export("preciseLocationInView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPreciseLocation : UIKit.UIView -> CoreGraphics.CGPoint
override this.GetPreciseLocation : UIKit.UIView -> CoreGraphics.CGPoint

Parameters

view
UIView

Returns

Attributes

Applies to