FMX.Filter.Effects.TPerspectiveTransformEffect

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Filter.Effects.TImageFXEffectFMX.Effects.TFilterEffectFMX.Effects.TEffectFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPerspectiveTransformEffect

Delphi

TPerspectiveTransformEffect = class(TImageFXEffect)

C++

class PASCALIMPLEMENTATION TPerspectiveTransformEffect : public TImageFXEffect

Properties

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

Description

TPerspectiveTransformEffect is a class for creating an effect that applies a perspective transformation to the texture of visible objects.

For further information, go to TImageFXEffect and FireMonkey Image Effects.

The perspective transformation can be set and customized by using the BottomLeft, BottomRight, TopLeft, and TopRight properties. Each property specifies a corner point of the final transformation.

The following table shows the result of a perspective transformation effect on a .png picture placed on a form (using a TImage object).

No effect (original picture) TPerspectiveTransformEffect

FireMonkey logo NoEffects.PNG

FireMonkey logo TPerspectiveTransformEffect.PNG

See Also

Code Examples