Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / DrawForSelection Method / DrawForSelection<T>(DrawForSelectionParams<T>,drawForSelectionCallback<T>) Method
The entity
The parameter
The draw callback

In This Topic
    DrawForSelection<T>(DrawForSelectionParams<T>,drawForSelectionCallback<T>) Method
    In This Topic
    Draws the BlockReference for the selection.
    Syntax
    'Declaration
     
    Protected Friend Overloads Overridable Sub DrawForSelection(Of T As Entity)( _
       ByVal myParams As ViewportLayout.DrawForSelectionParams(Of T), _
       ByVal drawCall As devDept.Eyeshot.ViewportLayout.drawForSelectionCallback(Of T) _
    ) 
    protected internal virtual void DrawForSelection<T>( 
       ViewportLayout.DrawForSelectionParams<T> myParams,
       devDept.Eyeshot.ViewportLayout.drawForSelectionCallback<T> drawCall
    )
    where T: Entity

    Parameters

    myParams
    The parameter
    drawCall
    The draw callback

    Type Parameters

    T
    The entity
    Remarks
    Override this method to do special things before or after drawing the blockreference for the selection.
    See Also