Sdílet prostřednictvím


Image.IsAlphaPixelFormat(PixelFormat) Metoda

Definice

Vrátí hodnotu, která určuje, zda formát pixelu obsahuje Image alfa informace.

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

Parametry

pixfmt
PixelFormat

Test PixelFormat .

Návraty

true pokud pixfmt obsahuje informace alfa, falsejinak hodnota .

Platí pro