Método UserInteractionServices.MakeIconTransparent

Faz com que o ícone fornecido transparente usando o valor da TransparentColor propriedade.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Drawing.Bitmap
O ícone transparente.

Segurança do .NET Framework

Consulte também

Referência

UserInteractionServices Classe

Namespace Microsoft.Data.Schema

TransparentColor