FMX.Controls.TControl.AxisAlignedRect
Delphi
property AxisAlignedRect: TRectF read GetAxisAlignedRect;
C++
__property System::Types::TRectF AxisAlignedRect = {read=GetAxisAlignedRect};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
A TRectF defined by the width and height of the control.
This TRectF is normalized. DoGetUpdateRect uses this property.