FMX.Controls.TControl.AbsoluteRect
Delphi
property AbsoluteRect: TRectF read GetAbsoluteRect;
C++
__property System::Types::TRectF AbsoluteRect = {read=GetAbsoluteRect};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies the absolute rectangle that bounds the control.
Returns the bounding rectangle of the control in absolute coordinates (relative to the main form), taking into account all applied transformations such as translation, scaling, and rotation.
AbsoluteRect is computed from the control’s transformation matrix, combining position, rotation, and scaling relative to its parent. Unlike LocalRect, which represents the unscaled local dimensions, AbsoluteRect reflects the transformed, scaled size.