Edit

Share via


ARCamera.GetProjectPoint(NVector3, UIInterfaceOrientation, CGSize) Method

Definition

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

Applies to