Table of Contents

Method IsNullOrEmpty

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

IsNullOrEmpty(Image?)

Indicates whether the specified image is null or has an empty width (or height).

public static bool IsNullOrEmpty(Image? image)

Parameters

image Image

The image to test.

Returns

bool

true if the image parameter is null or has an empty width (or height); otherwise, false.