Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawOnScreen Method / DrawOnScreen(DrawOnScreenParams,Int32) Method
The number of vertices

In This Topic
    DrawOnScreen(DrawOnScreenParams,Int32) Method
    In This Topic
    Draws extra things on screen, like the vertex indices (if devDept.Eyeshot.Viewport.ShowVertexIndices is true).
    Syntax
    'Declaration
     
    Protected Friend Overloads Sub DrawOnScreen( _
       ByVal myParams As DrawOnScreenParams, _
       ByVal vertexCount As Integer _
    ) 
    protected internal void DrawOnScreen( 
       DrawOnScreenParams myParams,
       int vertexCount
    )

    Parameters

    myParams
    vertexCount
    The number of vertices
    See Also