共用方式為


ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) 方法

定義

affine 轉換,可用來從標準化座標轉換成範圍 [0,1] 的座標轉換成螢幕座標。

[Foundation.Export("displayTransformForOrientation:viewportSize:")]
public virtual CoreGraphics.CGAffineTransform GetDisplayTransform (UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
abstract member GetDisplayTransform : UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGAffineTransform
override this.GetDisplayTransform : UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGAffineTransform

參數

orientation
UIInterfaceOrientation

相機方向。

viewportSize
CGSize

檢視區大小,以點為單位。

傳回

屬性

適用於