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
- bitmap
Type: System.Drawing.Bitmap
- backgroundColor
Type: System.Drawing.Color
Return Value
Type: System.Drawing.Bitmap
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.