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

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; }

Property Value

Value specifying if LockBits(Int32, Int32, Int32, Int32) without sequent UnlockBits(BitmapData) was called.

See Also

Reference