Table of Contents

TUIRectangle.Offset Method

Moves the rectangle by (dx, dy), keeping the with and height the same.

Syntax

Unit: FlexCel.Core

procedure TUIRectangle.Offset(const dx: Double; const dy: Double);

Parameters

<-> Parameter Type Description
const dx Double Offset to move the rectangle in the X direction.
const dy Double Offset to move the rectangle in the Y direction.

See also