Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CompileInternal Method

In This Topic
    CompileInternal Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Sub CompileInternal( _
       ByVal data As EntityGraphicsData, _
       ByVal drawEntityCallBack As DrawEntityCallBack, _
       ByVal myParams As Object _
    ) 
    protected abstract void CompileInternal( 
       EntityGraphicsData data,
       DrawEntityCallBack drawEntityCallBack,
       object myParams
    )

    Parameters

    data
    drawEntityCallBack
    myParams
    See Also