IReportObjectMovingEventArgs.Rect

Syntax

Rect: IGxRectF;

Description

The Rect property returns coordinates of the rectangular area used by the object.

Comments

To get changed object, use the IReportObjectMovingEventArgs.Object property.

Example

The property use is given in the example for ReportBox.OnObjectMoving.

See also:

IReportObjectMovingEventArgs