ImageGear Professional v18.2 > API Reference Guide > Effects Component API Reference > Effects Component Objects > IGEffectsCtl Control > IGEffectsCtl Methods > Ripple Method |
Provides the ripple effect on the image, as if it is looked at through a relief glass. The function uses one of the predefined ripple patterns.
Sub Ripple(Page As IGPage, Depth As Single, XPeriod As Long,
YPeriod As Long, RippleType As enumIGFXRipplePattern, smoothness
As Single, Invert As Boolean)
Name | Description |
---|---|
Page | IGPage Object to which to apply the effect. |
Depth | Strength of the ripple effect. |
XPeriod | X period of the ripple pattern, in pixels. |
YPeriod | Y period of the ripple pattern, in pixels. |
RippleType | Identifies a predefined ripple pattern (see enumIGFXRipplePattern Enumeration). |
smoothness | Specifies how much the ripple pattern should be smoothed before applying. |
Invert | Inverts the ripple pattern, effectively swapping "convex" and "concave" areas. |
N/A
All
Image Processing and Effects