Table of Contents

TUIRectangle.Offset Method

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

Syntax

Namespace: FlexCel.Core

public void Offset(Double dx, Double dy)

Parameters

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

See also