ARCamera.Project(NVector3, UIInterfaceOrientation, CGSize) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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