Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout.drawForSelectionCallback<T> Delegate
Entity
Drawing parameters

In This Topic
    ViewportLayout.drawForSelectionCallback<T> Delegate
    In This Topic
    Delegate method for DrawForSelection.
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.drawForSelectionCallback(Of T As Entity)( _
       ByVal myParams As ViewportLayout.DrawForSelectionParams(Of T) _
    ) 
    public delegate void ViewportLayout.drawForSelectionCallback<T>( 
       ViewportLayout.DrawForSelectionParams<T> myParams
    )
    where T: Entity

    Parameters

    myParams
    Drawing parameters

    Type Parameters

    T
    Entity
    See Also