ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) 方法

定义

可用于从规范化坐标转换为范围 [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

视区大小(以磅为单位)。

返回

属性

适用于