FMX.Effects.TEffect.GetOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOffset: TPointF; virtual;

C++

virtual System::Types::TPointF __fastcall GetOffset();

Properties

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

Description

Returns the offset point from where the effect is drawn.

Subclasses of TEffect compute specific offset points, depending on their properties. GetOffset is called by ApplyEffect; you do not need to call it explicitly.

See Also