Partager via


UITouch.GetPrecisePreviousLocation(UIView) Méthode

Définition

Retourne l’emplacement UITouch précis précédent de l’objet.

[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

Paramètres

view
UIView

UIView contenant l’interaction tactile.

Ce paramètre peut être null.

Retours

Attributs

S’applique à