FMX.Filter.Effects.TMagnifyEffect.Radius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Radius: Single read GetRadius write SetRadius nodefault;

C++

__property float Radius = {read=GetRadius, write=SetRadius};

Properties

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

Description

Specifies the radius of the magnifying region.

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

Radius is used to calculate the explicit radius of the circular region, depending on the input image dimensions. The circular region radius is affected by the AspectRatio property.

If Radius is not explicitly set, it is considered equal to 0.25.

See Also