ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.SwirlTwists

TIERetouchToolInteraction.SwirlTwists


Declaration

var SwirlTwists: Double;


Description

Specify the amount of rotation performed by the swirl effect (Min value: 0.1).

For more information: Swirl

Default: 1.0


Example

ImageEnView1.RetouchTool.RetouchMode := iermSwirl;
ImageEnView1.RetouchTool.SwirlTwists := 0.5;
ImageEnView1.MouseInteractGeneral    := [ miRetouchTool ];