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

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

    Parameters

    color
    See Also