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

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

    Parameters

    myParams
    vertexCount
    The number of vertices
    See Also