ARCamera.GetProjectPoint(NVector3, UIInterfaceOrientation, CGSize) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use 'Project' instead.
获取投影到世界空间的 point
屏幕空间中的位置。
[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
参数
- point
- NVector3
指向项目的点。
- orientation
- UIInterfaceOrientation
相机方向。
- viewportSize
- CGSize
视区大小(以磅为单位)。
返回
- 属性