Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / DrawEntity(RenderContextBase,Object) Method

In This Topic
    DrawEntity(RenderContextBase,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawEntity( _
       ByVal context As RenderContextBase, _
       ByVal myParams As Object _
    ) 
    protected virtual void DrawEntity( 
       RenderContextBase context,
       object myParams
    )

    Parameters

    context
    myParams
    See Also