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

modelViewProj
double[]

viewFrame
int[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition