JCL Help:RectMove

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Moves the specified rectangle by the specified offsets.


Pascal

 procedure RectMove(var R: TRect; const DeltaX: Integer; const DeltaY: Integer);


Parameters

Parameters Description
var R: TRect The rectangle to move.
const DeltaX: Integer The amount to move the rectangle in the horizontal direction.
const DeltaY: Integer The amount to move the rectangle in the vertical direction.


Description

RectMove moves the specified rectangle by the specified offsets. This does not affect the width and height of the rectangle.


See Also

RectMoveTo


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