FMX.Controls.TControl.LocalRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LocalRect: TRectF read GetLocalRect;

C++

__property System::Types::TRectF LocalRect = {read=GetLocalRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the local rectangle for painting the control.

The coordinates of the upper-left corner of the rectangle are (0,0) and the coordinates of the bottom right corner are (Width, Height).

See Also