FMX.Filter.Effects.TAffineTransformEffect.Center

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Center: TPointF read GetCenter write SetCenter;

C++

__property System::Types::TPointF Center = {read=GetCenter, write=SetCenter};

Properties

Type Visibility Source Unit Parent
property public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TAffineTransformEffect

Description

Specifies the center point of the rotation.

If the Center point is not explicitly specified, it is set, by default, to the (150,150) point. The coordinates are relative to the upper-left corner of the object's texture.

See Also