Image.IsAlphaPixelFormat(PixelFormat) Methode

Definitie

Retourneert een waarde die aangeeft of de pixelindeling voor dit Image alfa-informatie bevat.

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

Parameters

pixfmt
PixelFormat

De PixelFormat te testen.

Retouren

true indien pixfmt alfa-informatie bevat; falseanders.

Van toepassing op