ColorExtensionsToUIColor Method |
Converts the
Color instance to
Color.
Namespace:
DotNetBrowser.Wpf.Dialogs
Assembly:
DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.23.2
Syntax public static Color ToUIColor(
this Color color
)
Parameters
- color
- Type: System.DrawingColor
the color to convert
Return Value
Type:
Colorthe converted color.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Color. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also