FMX.Filter.Effects.TFilterAffineTransform.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 TFilterAffineTransform

Description

FMX.Filter.Effects.TFilterAffineTransform.Center inherits from FMX.Filter.Effects.TAffineTransformEffect.Center. All content below this line refers to FMX.Filter.Effects.TAffineTransformEffect.Center.

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