Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / SetColorMaterial Method

In This Topic
    SetColorMaterial Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub SetColorMaterial( _
       ByVal color As Color, _
       Optional ByVal force As Boolean _
    ) 
    public override void SetColorMaterial( 
       Color color,
       bool force
    )

    Parameters

    color
    force
    See Also