Table of Contents

Class BrushConverter

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Converts brushes from one data type to another. Access this class through the TypeDescriptor.

public class BrushConverter : TypeConverter
Inheritance
BrushConverter

Methods

CanConvertFrom(ITypeDescriptorContext?, Type)

Determines if this converter can convert an object in the given source type to the native type of the converter.

ConvertFrom(ITypeDescriptorContext?, CultureInfo?, object)

Converts the given object to the converter's native type.