IsAlphaPixelFormat

Image.IsAlphaPixelFormat method

Gibt einen Wert zurück, der angibt, ob das Pixelformat dafür istImage enthält Alpha-Informationen.

public static bool IsAlphaPixelFormat(PixelFormat pixfmt)
ParameterTypBeschreibung
pixfmtPixelFormatDasPixelFormat zu testen.

Rückgabewert

wahr, wennpixfmt enthält Alpha-Informationen; andernfalls falsch.

Siehe auch