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

In This Topic
    ClearColor Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub ClearColor( _
       ByVal color As Color _
    ) 
    public override void ClearColor( 
       Color color
    )

    Parameters

    color
    See Also