ARCamera.Unproject(CGPoint, NMatrix4, 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.
[Foundation.Export("unprojectPoint:ontoPlaneWithTransform:orientation:viewportSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NVector3 Unproject(CoreGraphics.CGPoint point, CoreGraphics.NMatrix4 planeTransform, UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
[<Foundation.Export("unprojectPoint:ontoPlaneWithTransform:orientation:viewportSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Unproject : CoreGraphics.CGPoint * CoreGraphics.NMatrix4 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.NVector3
override this.Unproject : CoreGraphics.CGPoint * CoreGraphics.NMatrix4 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.NVector3
Parameters
- point
- CGPoint
- planeTransform
- NMatrix4
- orientation
- UIInterfaceOrientation
- viewportSize
- CGSize
Returns
- Attributes