JCL Help:RectAssign

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Initializes a rectangle by the individual coordinates.


Pascal

 function RectAssign(const Left: Integer; const Top: Integer; const Right: Integer; const Bottom: Integer): TRect;


Parameters

Parameters Description
const Left: Integer Left coordinate of the rectangle.
const Top: Integer Top coordinate of the rectangle.
const Right: Integer Right coordinate of the rectangle.
const Bottom: Integer Bottom coordinate of the rectangle.


Return Value

A TRect initialized with the coordinates.


Description

RectAssign returns a TRect with it's members initialized to the individually specified coordinates.


See Also

RectAssignPoints RectCopy RectBounds


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