Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetMaterialBackAmbientAndDiffuse Method
THe color
If true sets the color regardless of the current one, else sets it only if it's different from the current one.

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

    Parameters

    color
    THe color
    force
    If true sets the color regardless of the current one, else sets it only if it's different from the current one.
    See Also