Indicates if bitmap is empty (no bitmap data loaded).

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

Syntax

Visual Basic

Public ReadOnly Property IsEmpty As Boolean

C#

public bool IsEmpty { get; }

Property Value

If true, no data is loaded into bitmap, otherwise bitmap contains valid image.