Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / Draw Method / Draw<T>(T,drawCallback<T>) Method
The graphics attributes
The parameters
The draw callback

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

    Parameters

    myParams
    The parameters
    drawCall
    The draw callback

    Type Parameters

    T
    The graphics attributes
    Remarks
    Override this method to do special things before or after drawing the blockreference.
    See Also