IGxPointF.IsEmpty

Syntax

IsEmpty: Boolean;

Description

Description

The IsEmpty property returns whether the point has zero coordinates.

Comments

The property returns True if the point has the coordinates [0.0, 0.0], and False if the point has other coordinates.

See also:

IGxPointF