Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextUtility Class / ConvertColorTable Method
The color array (WinForms) or brush array (WPF)

In This Topic
    ConvertColorTable Method
    In This Topic
    Method unified between WinForms and WPF that converts a System.Drawing.Color array (WinForms) or System.Windows.Media.Brush array (WPF) to a System.Drawing.Color array.
    Syntax
    'Declaration
     
    Public Shared Function ConvertColorTable( _
       ByVal colorTable() As Color _
    ) As Color()
    public static Color[] ConvertColorTable( 
       Color[] colorTable
    )

    Parameters

    colorTable
    The color array (WinForms) or brush array (WPF)

    Return Value

    The converted System.Drawing.Color array.
    See Also