FMX.Filter.Effects.TPinchEffect.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 TPinchEffect

Description

Specifies the radius of the pinched 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, which depends on the input image's dimensions. The circular region's radius is affected by the AspectRatio property.

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

See Also