ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.SwirlTwists
Declaration
var SwirlTwists: Double;
Description
Specify the amount of rotation performed by the swirl effect (Min value: 0.1).
For more information:
SwirlDefault: 1.0
ImageEnView1.RetouchTool.RetouchMode := iermSwirl;
ImageEnView1.RetouchTool.SwirlTwists := 0.5;
ImageEnView1.MouseInteractGeneral := [ miRetouchTool ];