ARFrame.GetDisplayTransform(UIInterfaceOrientation, CGSize) Method

Definition

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

Applies to