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
Parameter | Type | Description |
---|---|---|
pixfmt | Imaging::PixelFormat | A pixel format to test |
Return Value
True if pixfmt contains alpha information, otherwise - false
See Also
- Enum PixelFormat
- Class Image
- Namespace System::Drawing
- Library Aspose.Slides