ARCamera.GetProjectPoint(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.
Caution
Use 'Project' instead.
Gets the location in screen-space of the point
projected into the world space.
[System.Obsolete("Use 'Project' instead.", false)]
public virtual CoreGraphics.CGPoint GetProjectPoint (OpenTK.NVector3 point, UIKit.UIInterfaceOrientation orientation, CoreGraphics.CGSize viewportSize);
abstract member GetProjectPoint : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint
override this.GetProjectPoint : OpenTK.NVector3 * UIKit.UIInterfaceOrientation * CoreGraphics.CGSize -> CoreGraphics.CGPoint
Parameters
- point
- NVector3
The point to project.
- orientation
- UIInterfaceOrientation
The camera orientation.
- viewportSize
- CGSize
The viewport size, in points.
Returns
- Attributes