Art.IRect.Empty Method
Checks if the rectangle is empty.

Syntax

public int Empty ()

Returns

True if the rectangle is empty, false otherwise.

Remarks

For the rectangle to be empty, x1 has to be smaller or equal to x0, or y0 smaller or equal to y1.

Requirements

Namespace: Art
Assembly: art-sharp (in art-sharp.dll)