HexToPaintTypeConverter
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.TypeConverters
Summary:
Converts a string to a SolidColorPaint object.
Methods
// Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
| ITypeDescriptorContext context, | // The context. |
| Type sourceType | // The source type. |
)
// Converts the given value to the type of this converter, using the specified context and culture information.
| ITypeDescriptorContext context, | // The context. |
| CultureInfo culture, | // The culture. |
| Object value | // The value. |
)