JCL Help:RectIsSquare

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests if the rectangle is square.


Pascal

 function RectIsSquare(const R: TRect): Boolean;


Parameters

Parameters Description
const R: TRect The rectangle to test.


Return Value

If the rectangle is square the function returns True, otherwise it returns False.


Description

RectIsSquare tests if the specified rectangle is square (width equals height).


About

Unit

JclGraphUtils


Donator

Pelle F. S. Liljendal


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