FMX.Controls.TControl.AxisAlignedRect

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also