Condividi tramite


UITouch.GetPrecisePreviousLocation(UIView) Metodo

Definizione

Restituisce la UITouch posizione precisa precedente dell'oggetto.

[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

Parametri

view
UIView

Oggetto UIView contenente il tocco.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a