CameraBase.Project (RenderContextBase, Int32(), Double, Double, Double, out Double, out Double, out Double) Method

Maps world coordinates to screen coordinates.
Protected Friend Function Project( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal viewFrame As Integer(), _ 
ByVal objx As Double, _ 
ByVal objy As Double, _ 
ByVal objz As Double, _ 
ByRef winx As Double, _ 
ByRef winy As Double, _ 
ByRef winz As Double
) As Boolean
This language is not supported or no code example is available.
internal protected bool Project( 
RenderContextBase renderContext
int[] viewFrame
double objx
double objy
double objz
out double winx
out double winy
out double winz 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

The render context

viewFrame
int[]

objx
double

The world X coordinates

objy
double

The world Y coordinates

objz
double

The world Z coordinates

winx
double

The computed window X coordinates

winy
double

The computed window Y coordinates

winz
double

The computed window Z coordinates

Return Value

bool

True if the operation succeeded, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition