| ImageEn, unit iexUserInteractions |  | 
 
TIERetouchToolInteraction.WaveLength
 
Declaration
var WaveLength: Integer;
Description
Specify the length of the wave effect (Min value: 0).
For more information: 
Wave
Default: 10
// Apply a wave effect to the brushed region
ImageEnView1.RetouchTool.RetouchMode := iermWave;
ImageEnView1.RetouchTool.WaveAmplitude := 5;
ImageEnView1.RetouchTool.WavePhase   := 90;
ImageEnView1.RetouchTool.WaveLength  := 20;
ImageEnView1.MouseInteractGeneral    := [ miRetouchTool ];
See Also
◼WaveAmplitude
◼WavePhase