Click or drag to resize

WpfObjectConverterConvertColor Method (Color)

Converts a System.Drawing.Color to a System.Windows.Media.Color.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Color ConvertColor(
	Color color
)

Parameters

color
Type: System.DrawingColor
The System.Drawing.Color to convert.

Return Value

Type: Color
A System.Windows.Media.Color.
See Also