TeamFoundationIconStripHelper.ThemeBitmapSource Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Overridable Function ThemeBitmapSource ( _
    inputImage As BitmapSource, _
    backgroundColor As Color _
) As BitmapSource
public virtual BitmapSource ThemeBitmapSource(
    BitmapSource inputImage,
    Color backgroundColor
)
public:
virtual BitmapSource^ ThemeBitmapSource(
    BitmapSource^ inputImage, 
    Color backgroundColor
)
abstract ThemeBitmapSource : 
        inputImage:BitmapSource * 
        backgroundColor:Color -> BitmapSource  
override ThemeBitmapSource : 
        inputImage:BitmapSource * 
        backgroundColor:Color -> BitmapSource
public function ThemeBitmapSource(
    inputImage : BitmapSource, 
    backgroundColor : Color
) : BitmapSource

Parameters

Return Value

Type: System.Windows.Media.Imaging.BitmapSource

.NET Framework Security

See Also

Reference

TeamFoundationIconStripHelper Class

Microsoft.TeamFoundation.Controls Namespace