JCL Help:PointIsNull

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests a point against the null point.


Pascal

 function PointIsNull(const P: TPoint): Boolean;


Parameters

Parameters Description
const P: TPoint The point to test.


Return Value

If the supplied point equals the null point (a TPoint with both X and Y set to 0) the function returns True, otherwise it returns False.


Description

PointIsNull compares P against the null point (0, 0).


About

Unit

JclGraphUtils


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page