Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SetColorRendered Method
The nature of the entity just to be drawn
The entity material
The selection status
Data for high quality rendering

In This Topic
    SetColorRendered Method
    In This Topic
    Rendered mat changer.
    Syntax
    'Declaration
     
    Public Shared Sub SetColorRendered( _
       ByVal context As RenderContextBase, _
       ByVal nature As entityNatureType, _
       ByVal material As Material, _
       ByVal selected As Boolean, _
       ByVal data As RenderParams _
    ) 
    public static void SetColorRendered( 
       RenderContextBase context,
       entityNatureType nature,
       Material material,
       bool selected,
       RenderParams data
    )

    Parameters

    context
    nature
    The nature of the entity just to be drawn
    material
    The entity material
    selected
    The selection status
    data
    Data for high quality rendering
    See Also