GfxSilhoData.ComputeScreenVerticesDouble Method

Protected Function ComputeScreenVerticesDouble( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal transf As Transformation, _ 
ByVal modelViewProj As Double(), _ 
ByVal viewFrame As Integer() _ 
) As Double(,)
This language is not supported or no code example is available.
protected double[,] ComputeScreenVerticesDouble( 
RenderContextBase renderContext
Transformation transf
double[] modelViewProj
int[] viewFrame 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

transf
Transformation

modelViewProj
double[]

viewFrame
int[]

Return Value

double[,]

.NET Framework

Supported in: 4.8

In this article

Definition