Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / Compile Method
The entity graphics data
The draw function
The parameters

In This Topic
    Compile Method (RenderContextBase)
    In This Topic
    Compiles the Entity.
    Syntax
    'Declaration
     
    Public Sub Compile( _
       ByVal data As EntityGraphicsData, _
       ByVal drawEntityCallBack As DrawEntityCallBack, _
       ByVal myParams As Object _
    ) 
    public void Compile( 
       EntityGraphicsData data,
       DrawEntityCallBack drawEntityCallBack,
       object myParams
    )

    Parameters

    data
    The entity graphics data
    drawEntityCallBack
    The draw function
    myParams
    The parameters

    Return Value

    See Also