TeamFoundationIconStripHelper.TransformBitmap Method

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

Default base class implementation does not perform transforms based on background color.

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

Syntax

'Declaration
Public Overridable Function TransformBitmap ( _
    bitmap As Bitmap, _
    backgroundColor As Color _
) As Bitmap
public virtual Bitmap TransformBitmap(
    Bitmap bitmap,
    Color backgroundColor
)
public:
virtual Bitmap^ TransformBitmap(
    Bitmap^ bitmap, 
    Color backgroundColor
)
abstract TransformBitmap : 
        bitmap:Bitmap * 
        backgroundColor:Color -> Bitmap  
override TransformBitmap : 
        bitmap:Bitmap * 
        backgroundColor:Color -> Bitmap
public function TransformBitmap(
    bitmap : Bitmap, 
    backgroundColor : Color
) : Bitmap

Parameters

Return Value

Type: System.Drawing.Bitmap

.NET Framework Security

See Also

Reference

TeamFoundationIconStripHelper Class

Microsoft.TeamFoundation.Controls Namespace