Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GfxSilhoData Class / ComputeScreenVertices Method

In This Topic
    ComputeScreenVertices Method (GfxSilhoData)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function ComputeScreenVertices( _
       ByVal renderContext As RenderContextBase, _
       ByVal transf As Transformation, _
       ByVal modelViewProj() As Double, _
       ByVal viewFrame() As Integer _
    ) As Double(,)
    protected double[,] ComputeScreenVertices( 
       RenderContextBase renderContext,
       Transformation transf,
       double[] modelViewProj,
       int[] viewFrame
    )

    Parameters

    renderContext
    transf
    modelViewProj
    viewFrame
    See Also