UserInteractionServices.MakeIconTransparent, méthode
Rend l'icône fournie transparente à l'aide de la valeur de la propriété TransparentColor.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected Function MakeIconTransparent ( _
icon As Bitmap _
) As Bitmap
protected Bitmap MakeIconTransparent(
Bitmap icon
)
protected:
Bitmap^ MakeIconTransparent(
Bitmap^ icon
)
member MakeIconTransparent :
icon:Bitmap -> Bitmap
protected function MakeIconTransparent(
icon : Bitmap
) : Bitmap
Paramètres
- icon
Type : System.Drawing.Bitmap
Bitmap à rendre transparent.
Valeur de retour
Type : System.Drawing.Bitmap
Icône transparente.
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.
Voir aussi
Référence
UserInteractionServices Classe