Aurigma Graphics Mill 5.5 for .NET
Bitmap..::.BitsLocked Property
Indicates if pixels are locked with LockBits(Int32, Int32, Int32, Int32).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public ReadOnly Property BitsLocked As Boolean
C#
public bool BitsLocked { get; }