UIView.ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace) 메서드

정의

좌표계에서 개체의 좌표계로 thisUIView 변환합니다.

[Foundation.Export("convertPoint:fromCoordinateSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint ConvertPointFromCoordinateSpace (CoreGraphics.CGPoint point, UIKit.IUICoordinateSpace coordinateSpace);
abstract member ConvertPointFromCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
override this.ConvertPointFromCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint

매개 변수

point
CGPoint
coordinateSpace
IUICoordinateSpace

반환

구현

특성

적용 대상