BrushToColorConverter Class

 

Converts a brush to a color.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)


public class BrushToColorConverter : ValueConverter<Brush, Color>

NameDescription
System_CAPS_pubmethodBrushToColorConverter()

Creates a new instance of the class.

NameDescription
System_CAPS_protmethodConvert(Brush, Object, CultureInfo)

Converts the specified brush to a color.(Overrides ValueConverter<TSource, TTarget>.Convert(TSource, Object, CultureInfo).)

System_CAPS_pubmethodConvert(Object, Type, Object, CultureInfo)

Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.)

System_CAPS_protmethodConvertBack(TTarget, Object, CultureInfo)

Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.)

System_CAPS_pubmethodConvertBack(Object, Type, Object, CultureInfo)

Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: