IReportObjectResizingEventArgs.Rect

Syntax

Rect: IGxRectF;

Description

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

Comments

To get the changed side, use the IReportObjectResizingEventArgs.Side property.

Example

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

See also:

IReportObjectResizingEventArgs