ImageEn, unit iexTransitions

TIETransitionParams.TransitionShape

TIETransitionParams.TransitionShape

Declaration

property TransitionShape: TIEShape;

Description

Specifies the shape for the following transition effects:

iettRandomStar6s, iettExpandingStar6, iettStar6WipeIn, iettStar6WipeOut, iettStar6WipeInAndOut

Default: iesStar6

Example

// Display an expanding Pentagon effect
ImageEnView1.TransitionParams.TransitionShape := iesPentagon;
ImageEnView1.PrepareTransition();
ImageEnView1.IO.LoadFromFile( NextImage );
ImageEnView1.RunTransition( iettExpandingStar6 , 3000 );

Compatibility Notes

Prior to v12.0.0, this property was specified using IEGlobalSettings().TransitionsDrawShape.