'Declaration
Public Shared Sub Ripple( _
ByVal As ImGearRasterPage, _
ByVal As Single, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearRipplePattern, _
ByVal As Single, _
ByVal As Boolean _
)
'Usage
Dim page As ImGearRasterPage
Dim depth As Single
Dim periodX As Integer
Dim periodY As Integer
Dim pattern As ImGearRipplePattern
Dim smoothness As Single
Dim invert As Boolean
ImGearEffects.Ripple(page, depth, periodX, periodY, pattern, smoothness, invert)