Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / DrawVertices Method

In This Topic
    DrawVertices Method (ViewportLayout)
    In This Topic
    Draws the vertices of the entities.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawVertices( _
       ByVal myParams As ViewportLayout.DrawEntitiesParams _
    ) 
    protected virtual void DrawVertices( 
       ViewportLayout.DrawEntitiesParams myParams
    )

    Parameters

    myParams
    Remarks
    When ShowVertices is true.
    See Also