Check that the point is valid.

syntaxSyntax:
DlxPoint.IsValid()

Return Value

Returns true if the point coordinates are valid otherwise returns false. The point is invalid if at least one of the coordinates is NaN.

Remarks

To invalidate a point call the Invalidate method.

Example

  Copy codeCopy code

See also