This documentation is for the old version. Go to the latest Graphics Mill docs

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

See Also

Reference