Eyeshot 10 WinForms API Reference
ConvertColorTable Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextUtility Class : ConvertColorTable Method
The color array (WinForms) or brush array (WPF)
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

Reference

RenderContextUtility Class
RenderContextUtility Members