IsAlphaPixelFormat()

Image::IsAlphaPixelFormat(Imaging::PixelFormat) method

Determines if the specified pixel format contains alpha information.

static bool System::Drawing::Image::IsAlphaPixelFormat(Imaging::PixelFormat pixfmt)

Arguments

ParameterTypeDescription
pixfmtImaging::PixelFormatA pixel format to test

Return Value

True if pixfmt contains alpha information, otherwise - false

See Also