다음을 통해 공유


UITouch.GetPrecisePreviousLocation(UIView) 메서드

정의

개체의 UITouch 이전 정확한 위치를 반환합니다.

[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

매개 변수

view
UIView

UIView 터치를 포함하는 입니다.

이 매개 변수는 null일 수 있습니다.

반환

특성

적용 대상