FMX.Filter.Effects.TAffineTransformEffect.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TAffineTransformEffect(System::Classes::TComponent* AOwner);

Properties

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

Description


Creates a new instance of TEffect.

FMX.Filter.Effects.TAffineTransformEffect.Create inherits from FMX.Effects.TEffect.Create. All content below this line refers to FMX.Effects.TEffect.Create.

Creates a new instance of TEffect. By default, Create sets the Enabled property to True.

See Also