SilhoWireData.ComputeScreenVertices Method

Computes the vertices in screen coordinates.
Public Overridable Sub ComputeScreenVertices( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal modelViewProj As Double(), _ 
ByVal viewFrame As Integer() _ 
)
This language is not supported or no code example is available.
public virtual void ComputeScreenVertices( 
RenderContextBase renderContext
double[] modelViewProj
int[] viewFrame 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

<default>

modelViewProj
double[]

<default>

viewFrame
int[]

<default>

.NET Framework

Supported in: 4.8

In this article

Definition