Aurigma Graphics Mill 5.5 for .NET
BitmapLockedException Class
The exception which is thrown when you try to access the bitmap pixel data which has been locked with LockBits(Int32, Int32, Int32, Int32) method.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class BitmapLockedException _ Inherits Exception
C#
[SerializableAttribute] public class BitmapLockedException : Exception
Remarks
To avoid getting this exception, you can use BitsLocked to check if LockBits(Int32, Int32, Int32, Int32) was called without subsequent UnlockBits(BitmapData).
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.BitmapLockedException