ImageGear Professional v18.2 > API Reference Guide > Effects Component API Reference > Effects Component Objects > IGEffectsCtl Control > IGEffectsCtl Methods > RadialWave Method |
Provides a radial wave effect on the IGPage Object.
Sub RadialWave(pPage As IGPage, XCenter As Long, YCenter As
Long, Amplitude As Single, Frequency As Single, Phase As Single,
Attenuation As Single, Interpolate As Boolean, UseFillColor As
Boolean)
Name | Description |
---|---|
pPage | Reference to IGPage Object to which the effect is applied. |
XCenter | X coordinate of the center. |
YCenter | Y coordinate of the center. |
Amplitude | Wave amplitude. |
Frequency | Wave frequency. |
Phase | Wave phase. |
Attenuation | Wave attenuation. |
Interpolate | If True, use interpolation; otherwise do not. |
UseFillColor | If True, use fill color; otherwise do not. |
None
Image Processing and Effects