Image.IsAlphaPixelFormat(PixelFormat) Método
Definição
public:
static bool IsAlphaPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsAlphaPixelFormat (System.Drawing.Imaging.PixelFormat pixfmt);
static member IsAlphaPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsAlphaPixelFormat (pixfmt As PixelFormat) As Boolean
Parâmetros
- pixfmt
- PixelFormat
O PixelFormat a ser testado.The PixelFormat to test.
Retornos
true se pixfmt contém informações de alfa; caso contrário, false.true if pixfmt contains alpha information; otherwise, false.