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

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

    Parameters

    data
    drawEntityCallBack
    myParams
    See Also