FMX.Filter.Effects.TAffineTransformEffect.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: Single read GetScale write SetScale nodefault;

C++

__property float Scale = {read=GetScale, write=SetScale};

Properties

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

Description

Specifies the scaling value for this affine image transformation effect.

The scale range is in the [0.05,4.00] interval.

Note: The scale is applied only to the object's texture, and not to the object.

See Also

Code Examples