Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / SilhoWireData Class / ComputeScreenVerticesDouble Method / ComputeScreenVerticesDouble(RenderContextBase,Double[],Int32[]) Method

In This Topic
    ComputeScreenVerticesDouble(RenderContextBase,Double[],Int32[]) Method
    In This Topic
    Computes the vertices in screen coordinates with double precision.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ComputeScreenVerticesDouble( _
       ByVal renderContext As RenderContextBase, _
       ByVal modelViewProj() As Double, _
       ByVal viewFrame() As Integer _
    ) 
    public virtual void ComputeScreenVerticesDouble( 
       RenderContextBase renderContext,
       double[] modelViewProj,
       int[] viewFrame
    )

    Parameters

    renderContext
    modelViewProj
    viewFrame
    See Also