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

Bitmap.IsEmpty Property

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.

See Also

Reference