Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SetColorShaded Method
The render context
The nature of the entity just to be drawn
The color
The selection status
The BackFace settings

In This Topic
    SetColorShaded Method
    In This Topic
    Shaded color changer.
    Syntax
    'Declaration
     
    Public Shared Sub SetColorShaded( _
       ByVal context As RenderContextBase, _
       ByVal nature As entityNatureType, _
       ByVal color As Color, _
       ByVal selected As Boolean, _
       ByVal backface As BackfaceSettings _
    ) 
    public static void SetColorShaded( 
       RenderContextBase context,
       entityNatureType nature,
       Color color,
       bool selected,
       BackfaceSettings backface
    )

    Parameters

    context
    The render context
    nature
    The nature of the entity just to be drawn
    color
    The color
    selected
    The selection status
    backface
    The BackFace settings
    See Also