다음을 통해 공유


BrushToColorConverter.Convert Method (Brush, Object, CultureInfo)

Converts the specified brush to a color.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Protected Overrides Function Convert ( _
    value As Brush, _
    parameter As Object, _
    culture As CultureInfo _
) As Color
protected override Color Convert(
    Brush value,
    Object parameter,
    CultureInfo culture
)

Parameters

Return Value

Type: System.Windows.Media.Color
Returns the color of the brush.

.NET Framework Security

See Also

Reference

BrushToColorConverter Class

Convert Overload

Microsoft.VisualStudio.PlatformUI Namespace