Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides TeamFoundationIconStripHelper.TransformBitmap(Bitmap, Color).
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Overrides Function TransformBitmap ( _
bitmap As Bitmap, _
backgroundColor As Color _
) As Bitmap
public override Bitmap TransformBitmap(
Bitmap bitmap,
Color backgroundColor
)
public:
virtual Bitmap^ TransformBitmap(
Bitmap^ bitmap,
Color backgroundColor
) override
abstract TransformBitmap :
bitmap:Bitmap *
backgroundColor:Color -> Bitmap
override TransformBitmap :
bitmap:Bitmap *
backgroundColor:Color -> Bitmap
public override function TransformBitmap(
bitmap : Bitmap,
backgroundColor : Color
) : Bitmap
Parameters
- bitmap
Type: System.Drawing.Bitmap
- backgroundColor
Type: System.Drawing.Color
Return Value
Type: System.Drawing.Bitmap
Returns 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.