UITouch.GetPrecisePreviousLocation(UIView) Method

Definition

Returns the UITouch object's previous precise location.

[Foundation.Export("precisePreviousLocationInView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint GetPrecisePreviousLocation (UIKit.UIView view);
abstract member GetPrecisePreviousLocation : UIKit.UIView -> CoreGraphics.CGPoint
override this.GetPrecisePreviousLocation : UIKit.UIView -> CoreGraphics.CGPoint

Parameters

view
UIView

The UIView containing the touch.

This parameter can be null.

Returns

Attributes

Applies to