Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DrawEntityCallBack Delegate
The render context
The parameters object

In This Topic
    DrawEntityCallBack Delegate
    In This Topic
    Delegate of method that draws the entity.
    Syntax
    'Declaration
     
    Public Delegate Sub DrawEntityCallBack( _
       ByVal renderContext As RenderContextBase, _
       ByVal myParams As Object _
    ) 
    public delegate void DrawEntityCallBack( 
       RenderContextBase renderContext,
       object myParams
    )

    Parameters

    renderContext
    The render context
    myParams
    The parameters object
    See Also