UIView.ConvertRectFromCoordinateSpace(CGRect, IUICoordinateSpace) 메서드

정의

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

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

매개 변수

rect
CGRect
coordinateSpace
IUICoordinateSpace

반환

구현

특성

적용 대상