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