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.