Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetMaterialFrontDiffuse Method / SetMaterialFrontDiffuse(Single[]) Method

In This Topic
    SetMaterialFrontDiffuse(Single[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads MustOverride Sub SetMaterialFrontDiffuse( _
       ByVal color() As Single _
    ) 
    protected abstract void SetMaterialFrontDiffuse( 
       float[] color
    )

    Parameters

    color
    See Also