Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DrawForShadowMapDelegate Delegate

In This Topic
    DrawForShadowMapDelegate Delegate
    In This Topic
    Delegate of method that draws the entities fro the ShadowMap.
    Syntax
    'Declaration
     
    Public Delegate Function DrawForShadowMapDelegate( _
       ByVal frustum() As PlaneEquation, _
       ByVal drawForShadowParams As Object _
    ) As Boolean
    public delegate bool DrawForShadowMapDelegate( 
       PlaneEquation[] frustum,
       object drawForShadowParams
    )

    Parameters

    frustum
    drawForShadowParams

    Return Value

    See Also