FMX.Effects.TBevelEffect.GetRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRect(const ARect: TRectF): TRectF; override;

C++

virtual System::Types::TRectF __fastcall GetRect(const System::Types::TRectF &ARect);

Properties

Type Visibility Source Unit Parent
function public
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects TBevelEffect

Description

Specific implementation of FMX.Effects.TEffect.GetRect.

You do not need to call this. For more information, go to FMX.Effects.TEffect.GetRect.


See Also