Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetMaterialBackDiffuse Method / SetMaterialBackDiffuse(Color,Boolean) Method
The backface color

In This Topic
    SetMaterialBackDiffuse(Color,Boolean) Method
    In This Topic
    Sets the material back color diffuse properties.
    Syntax
    'Declaration
     
    Public Overloads Sub SetMaterialBackDiffuse( _
       ByVal color As Color, _
       Optional ByVal force As Boolean _
    ) 
    public void SetMaterialBackDiffuse( 
       Color color,
       bool force
    )

    Parameters

    color
    The backface color
    force
    See Also