Image.IsAlphaPixelFormat(PixelFormat) Metoda

Definicja

Zwraca wartość wskazującą, czy format pikseli dla tego Image elementu zawiera informacje alfa.

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

Element PixelFormat do przetestowania.

Zwraca

truejeśli pixfmt zawiera informacje alfa; w przeciwnym razie . false

Dotyczy