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

In This Topic
    Draw Method (RenderContextBase)
    In This Topic
    Draws an entity.
    Syntax
    'Declaration
     
    Public MustOverride Sub Draw( _
       ByVal data As EntityGraphicsData, _
       Optional ByVal primitiveType As primitiveType _
    ) 
    public abstract void Draw( 
       EntityGraphicsData data,
       primitiveType primitiveType
    )

    Parameters

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