ARCamera.Project(NVector3, 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.
Returns the viewport-space projection of the 3D point in the world.
[Foundation.Export("projectPoint:orientation:viewportSize:")]
public virtual CoreGraphics.CGPoint Project (OpenTK.NVector3 point, UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
abstract member Project : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint
override this.Project : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint
Parameters
- point
- NVector3
The 3D point in world cordinates.
- orientation
- UIInterfaceOrientation
The orientation of the viewport.
- viewportSize
- CGSize
The viewport size.
Returns
The viewport-space projection of the 3D point in the world.
- Attributes