Freigeben über


UserInteractionServices.MakeIconTransparent-Methode

Macht das angegebene Symbol über den Wert der TransparentColor-Eigenschaft transparent.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Drawing.Bitmap
Das transparente Symbol.

.NET Framework-Sicherheit

Siehe auch

Referenz

UserInteractionServices Klasse

Microsoft.Data.Schema-Namespace

TransparentColor