Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ColorChanged Method

In This Topic
    ColorChanged Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function ColorChanged( _
       ByVal col1 As Color, _
       ByVal col2 As Color _
    ) As Boolean
    protected bool ColorChanged( 
       Color col1,
       Color col2
    )

    Parameters

    col1
    col2
    See Also