Click or drag to resize

ConversionRoutinesToWinFormsColor Method

LightningChart .NET Help
Convert WPF color to WinForms color

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static Color ToWinFormsColor(
	Color color
)

Parameters

color
Type: System.Windows.MediaColor
Color to convert

Return Value

Type: Color
Color
See Also