Aurigma Graphics Mill 5.5 for .NET
UnsupportedPixelFormatException Class
The exception which is thrown when you try to apply some operation on the bitmap, and this operation cannot handle pixel format of this bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class UnsupportedPixelFormatException _ Inherits Exception
C#
[SerializableAttribute] public class UnsupportedPixelFormatException : Exception
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.UnsupportedPixelFormatException