[C#] | public static int[] fromWPFColor2(System.Windows.Media.Color[] colors); |
[VB] | Public Shared Function fromWPFColor2(colors As System.Windows.Media.Color()) As Integer() |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int[] fromWPFColor2(System.Windows.Media.Color[] colors); |
[VB] | Public Shared Function fromWPFColor2(colors As System.Windows.Media.Color()) As Integer() |
Description
Arguments
Argument | Default | Description |
---|---|---|
colors | (Mandatory) | An array of System.Windows.Media.Color objects. |
Return Value