Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawOnScreenWireframe Method / DrawOnScreenWireframe(DrawOnScreenWireframeParams) Method

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

    Parameters

    myParams
    See Also