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

In This Topic
    Draw Method (Entity)
    In This Topic
    Draws the entity.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub Draw( _
       ByVal data As DrawParams _
    ) 
    protected internal virtual void Draw( 
       DrawParams data
    )

    Parameters

    data
    See Also