Compartilhar via


ARCamera.Project(NVector3, UIInterfaceOrientation, CGSize) Método

Definição

Retorna a projeção de espaço de visor do ponto 3D no mundo.

[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

Parâmetros

point
NVector3

O ponto 3D no mundo é cordinado.

orientation
UIInterfaceOrientation

A orientação do visor.

viewportSize
CGSize

O tamanho do visor.

Retornos

A projeção de espaço de visor do ponto 3D no mundo.

Atributos

Aplica-se a