Camera3DProjectToScreen(FPoint3) Method
Project the provided 3D point to a 2D version that can be displayed on
the caller's display.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FPoint ProjectToScreen(
FPoint3 subject
)
Public Function ProjectToScreen (
subject As FPoint3
) As FPoint
No code example is currently available or this language may not be supported.
- subject FPoint3
-
Reference to the point, in World coordinates, to be projected to 2D.
FPoint
Reference to a two dimensional point compatible with display on the
caller's screen, if valid. Otherwise, null.