ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
檢視區大小,以點為單位。
傳回
- 屬性