Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawEntity Method
The render context
The parameters

In This Topic
    DrawEntity Method (Entity)
    In This Topic
    Internal method that draws the entity.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawEntity( _
       ByVal context As RenderContextBase, _
       ByVal myParams As Object _
    ) 
    protected virtual void DrawEntity( 
       RenderContextBase context,
       object myParams
    )

    Parameters

    context
    The render context
    myParams
    The parameters
    Remarks
    This method may be used both for compiling the Entity (OpenGL and Direct3D) and to draw the Entity (in Direct3D only, for some complex entities like Dimension)Override it to customize the entity compilation.
    See Also