FMX.Controls.TControl.GetEffectsRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEffectsRect: TRectF; virtual;

C++

virtual System::Types::TRectF __fastcall GetEffectsRect();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Returns the rectangle occupied by the effects applied over the control. It is used when the control is updated.

See Also