FMX.Filter.Effects.TFilterAffineTransform.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: Single read GetScale write SetScale;

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 TFilterAffineTransform

Description

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

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