UIView.ConvertRectToCoordinateSpace(CGRect, IUICoordinateSpace) 메서드

정의

개체의 좌표계에서 this 에서 설명하는 로 변환합니다.

[Foundation.Export("convertRect:toCoordinateSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect ConvertRectToCoordinateSpace (CoreGraphics.CGRect rect, UIKit.IUICoordinateSpace coordinateSpace);
abstract member ConvertRectToCoordinateSpace : CoreGraphics.CGRect * UIKit.IUICoordinateSpace -> CoreGraphics.CGRect
override this.ConvertRectToCoordinateSpace : CoreGraphics.CGRect * UIKit.IUICoordinateSpace -> CoreGraphics.CGRect

매개 변수

rect
CGRect
coordinateSpace
IUICoordinateSpace

반환

구현

특성

적용 대상