Freigeben über


UITouch.GetPrecisePreviousLocation(UIView) Methode

Definition

Gibt die UITouch vorherige genaue Position des Objekts zurück.

[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

Parameter

view
UIView

Der UIView , der die Berührung enthält.

Dieser Parameter kann null sein.

Gibt zurück

Attribute

Gilt für: