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

返回

实现

属性

适用于