Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawForSelectionEntityDelegate Delegate
The entity
The draw parameters

In This Topic
    ViewportLayout.DrawForSelectionEntityDelegate Delegate
    In This Topic
    Draw for selection delegate.
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.DrawForSelectionEntityDelegate( _
       ByVal ent As Entity, _
       ByVal data As GfxDrawForSelectionParams _
    ) 
    public delegate void ViewportLayout.DrawForSelectionEntityDelegate( 
       Entity ent,
       GfxDrawForSelectionParams data
    )

    Parameters

    ent
    The entity
    data
    The draw parameters
    See Also