System::Drawing::Image::IsAlphaPixelFormat method
Image::IsAlphaPixelFormat method
Determines if the specified pixel format contains alpha information.
static bool System::Drawing::Image::IsAlphaPixelFormat(Imaging::PixelFormat pixfmt)
Parameter | Type | Description |
---|---|---|
pixfmt | Imaging::PixelFormat | A pixel format to test |
ReturnValue
True if pixfmt contains alpha information, otherwise - false
See Also
- Enum PixelFormat
- Class Image
- Namespace System::Drawing
- Library Aspose.Page for C++