FMX.Filter.Effects.TRotateCrumpleTransitionEffect.RandomSeed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RandomSeed: Single read GetRandomSeed write SetRandomSeed nodefault;

C++

__property float RandomSeed = {read=GetRandomSeed, write=SetRandomSeed};

Properties

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

Description

Specifies the seed value that determines crumpling distortions.

RandomSeed is a System.Single value that takes values in the range from -1.00 through 1.00.

If RandomSeed is not explicitly set, it is considered equal to 0.00.

See Also