다음을 통해 공유


UITouch.GetPreciseLocation(UIView) 메서드

정의

에 대한 정확한 위치를 반환합니다 UITouch.

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

매개 변수

view
UIView

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

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

반환

특성

적용 대상