ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可用于从规范化坐标转换为范围 [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
视区大小(以磅为单位)。
返回
- 属性