Table of Contents

Method IsValid

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

IsValid(RectD?)

Indicates whether the specified rectangle is valid (not null, not empty, and not infinity).

public static bool IsValid(RectD? rect)

Parameters

rect RectD?

The RectD structure to validate.

Returns

bool