JCL Help:PointEqual

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests two points for equality.


Pascal

 function PointEqual(const P1: TPoint; const P2: TPoint): Boolean;


Parameters

Parameters Description
const P1: TPoint First TPoint
const P2: TPoint Second TPoint


Return Value

If the two points are equal (identical values for X and Y) the function returns True otherwise it returns False.


Description

PointEqual compares the two supplied points.


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