Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.drawCallback<T> Delegate

In This Topic
    ViewportLayout.drawCallback<T> Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.drawCallback(Of T As ViewportLayout.DrawEntitiesParams)( _
       ByVal myParams As T _
    ) 
    public delegate void ViewportLayout.drawCallback<T>( 
       T myParams
    )
    where T: ViewportLayout.DrawEntitiesParams

    Parameters

    myParams

    Type Parameters

    T
    See Also