Bitmap.IsEmpty Property

Gets a value indicating whether this bitmap is empty (no bitmap data loaded).

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

Syntax

C#
public bool IsEmpty { get; }

Property Value

true if no data is loaded into bitmap; otherwise, false.

See Also

Reference