ChartToolsColorToInt Method (Color) |
LightningChart .NET Help
Drawing color to integer.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static int ColorToInt(
Color color
)
Public Shared Function ColorToInt (
color As Color
) As Integer
public:
static int ColorToInt(
Color color
)
Parameters
- color
- Type: System.DrawingColor
Color.
Return Value
Type:
Int32Drawing color as ARGB value.
See Also