TeamFoundationIconStripHelperVs.TransformBitmap, méthode
Ce membre substitue TeamFoundationIconStripHelper.TransformBitmap(Bitmap, Color).
Espace de noms : Microsoft.VisualStudio.TeamFoundation
Assembly : Microsoft.VisualStudio.TeamFoundation (dans Microsoft.VisualStudio.TeamFoundation.dll)
Syntaxe
'Déclaration
Public Overrides Function TransformBitmap ( _
bitmap As Bitmap, _
backgroundColor As Color _
) As Bitmap
public override Bitmap TransformBitmap(
Bitmap bitmap,
Color backgroundColor
)
Paramètres
- bitmap
Type : System.Drawing.Bitmap
- backgroundColor
Type : System.Drawing.Color
Valeur de retour
Type : System.Drawing.Bitmap
retourne Bitmap ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.