ARCamera.Project(NVector3, UIInterfaceOrientation, CGSize) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回世界中 3D 点的视区空间投影。
[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
参数
- point
- NVector3
世界 3D 点。
- orientation
- UIInterfaceOrientation
视区的方向。
- viewportSize
- CGSize
视区大小。
返回
世界上 3D 点的视区空间投影。
- 属性