JCL Help:RectMoveTo

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Moves the rectangle to the specified coordinates.


Pascal

 procedure RectMoveTo(var R: TRect; const X: Integer; const Y: Integer);


Parameters

Parameters Description
var R: TRect The rectangle to move
const X: Integer The new X coordinate of the top-left corner of the rectangle.
const Y: Integer The new Y coordinate of the top-left corner of the rectangle.


Description

RectMoveTo moves the rectangle to the coordinates specified by X and Y. This does not affect the width and height of the rectangle.


See Also

RectMove


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