ARCamera.GetViewMatrix(UIInterfaceOrientation) 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.
[Foundation.Export("viewMatrixForOrientation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetViewMatrix(UIKit.UIInterfaceOrientation orientation);
[<Foundation.Export("viewMatrixForOrientation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetViewMatrix : UIKit.UIInterfaceOrientation -> CoreGraphics.NMatrix4
override this.GetViewMatrix : UIKit.UIInterfaceOrientation -> CoreGraphics.NMatrix4
Parameters
- orientation
- UIInterfaceOrientation
Returns
- Attributes