Table of Contents

Method IsEmpty

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

IsEmpty()

Returns whether this rectangle is degenerate (has effectively zero area). Treats points and line segments (width ~ 0 or height ~ 0) as empty.

public bool IsEmpty()

Returns

bool