FMX.Filter.Effects.TSmoothMagnifyEffect.OuterRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OuterRadius: Single read GetOuterRadius write SetOuterRadius nodefault;

C++

__property float OuterRadius = {read=GetOuterRadius, write=SetOuterRadius};

Properties

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

Description

Specifies the outer radius of the circular magnifying region.

OuterRadius is a System.Single value that takes values in the range from 0.00 through 1.00.

OuterRadius is used to calculate the explicit outer radius of the circular magnifying region, depending on the input image dimensions. The circular region radius is affected by the AspectRatio property. In the area between InnerRadius and OuterRadius, the applied magnifying factor gradually increases, from the outside radius to the inner radius, until it reaches the magnifying factor of the inner circular area.

If OuterRadius is not explicitly set, it is considered equal to 0.4.

See Also