Image.IsAlphaPixelFormat(PixelFormat) Metoda

Definice

Vrátí hodnotu, která určuje, jestli formát pixelu pro tento Image formát obsahuje 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

truepokud pixfmt obsahuje alfa informace; jinak . false

Platí pro