Compartilhar via


Método IVsUIWin32Bitmap.BitmapContainsAlphaInfo (Boolean)

 

Indica se o bitmap inclui um canal alfa.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int BitmapContainsAlphaInfo(
    out bool pfHasAlpha
)
int BitmapContainsAlphaInfo(
    [OutAttribute] bool% pfHasAlpha
)
abstract BitmapContainsAlphaInfo : 
        pfHasAlpha:bool byref -> int
Function BitmapContainsAlphaInfo (
    <OutAttribute> ByRef pfHasAlpha As Boolean
) As Integer

Parâmetros

  • pfHasAlpha
    [out] Local para retornar true se o bitmap inclui um canal alfa.

Valor de retorno

Type: System.Int32

Retorna S_OK se o sinalizador foi retornado.

Consulte também

Interface IVsUIWin32Bitmap
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo