Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawSelected Method
The compiled graphics data.
Type of primitive to draw.

In This Topic
    DrawSelected Method (RenderContextBase)
    In This Topic
    Draws a selected entity.
    Syntax
    'Declaration
     
    Public Overridable Sub DrawSelected( _
       ByVal data As EntityGraphicsData, _
       Optional ByVal primitiveType As primitiveType _
    ) 
    public virtual void DrawSelected( 
       EntityGraphicsData data,
       primitiveType primitiveType
    )

    Parameters

    data
    The compiled graphics data.
    primitiveType
    Type of primitive to draw.
    See Also