Aurigma Graphics Mill 5.5 for .NET
Bitmap..::.HasAlpha Property
Specifies whether current pixel format supports alpha channel (information about opacity of pixels).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Examples
Visual Basic
Console.WriteLine("Alpha: " & bitmap.HasAlpha)
C#
Console.WriteLine("Alpha: " + bitmap.HasAlpha);