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

BitmapEmptyException Class

The exception which is thrown when you try to manipulate with empty bitmap (which has not any data loaded yet).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
<SerializableAttribute> _
Public Class BitmapEmptyException _
	Inherits ObjectEmptyException
C#
[SerializableAttribute]
public class BitmapEmptyException : ObjectEmptyException

Inheritance Hierarchy

See Also

Reference