JCL Help:RectWidth

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the width of a rectangle.


Pascal

 function RectWidth(const R: TRect): Integer;


Parameters

Parameters Description
const R: TRect The rectangle for which to calculate the width.


Return Value

The width of the rectangle in pixels.


Description

RectWidth returns the width, in pixels, of the specified rectangle.


See Also

RectHeight


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