共用方式為


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

傳回

實作

屬性

適用於