JCL Help:RectAssignPoints
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: RectAssignPoints Function
Search in JCL Help
Search in all projects
Summary
Initializes a rectangle by TPoints.
Pascal
function RectAssignPoints(const TopLeft: TPoint; const BottomRight: TPoint): TRect;
Parameters
Parameters | Description |
const TopLeft: TPoint | Top-left coordinate of the rectangle. |
BottonRight | Bottom-right coordinate of the rectangle. |
Return Value
A TRect initialized to the specified points.
Description
RectAssignPoints returns a rectangle initialized to the specified top-left and bottom-right coordinate points.
See Also
RectAssign RectCopy RectBounds
About
Unit
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