Image.IsAlphaPixelFormat(PixelFormat) Méthode

Définition

Retourne une valeur qui indique si le format de pixel de ce Image contient des informations alpha.

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

Paramètres

pixfmt
PixelFormat

PixelFormat à tester.

Retours

true si pixfmt contient des informations alpha ; sinon, false.

S’applique à