ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The affine transform that can be used to convert from coordinates normalized to the range [0,1] into screen coordinates.
[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
Parameters
- orientation
- UIInterfaceOrientation
The camera orientation.
- viewportSize
- CGSize
The viewport size, in points.
Returns
- Attributes