Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawWireEntity Method

In This Topic
    DrawWireEntity Method (Entity)
    In This Topic
    Draws the Wireframe entity.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawWireEntity( _
       ByVal context As RenderContextBase, _
       ByVal myParams As Object _
    ) 
    protected virtual void DrawWireEntity( 
       RenderContextBase context,
       object myParams
    )

    Parameters

    context
    myParams
    Remarks
    Used to compile the wireframe entities. Override this to customize the wireframe entities drawing.
    See Also