共用方式為


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

傳回

實作

屬性

適用於