[C#] | public int getARGBColor(int c); |
[VB] | Public Function getARGBColor(c As Integer) As Integer |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public int getARGBColor(int c); |
[VB] | Public Function getARGBColor(c As Integer) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
c | (Mandatory) | The color to be changed to ARGB format. |
Return Value