'Declaration
 
Public Shared Sub RippleTexture( _
   ByVal  As ImGearRasterPage, _
   ByVal  As ImGearRasterPage, _
   ByVal  As Single, _
   ByVal  As Single, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Single, _
   ByVal  As Boolean _
) 
             
        
            
            'Usage
 
Dim page As ImGearRasterPage
Dim texture As ImGearRasterPage
Dim depth As Single
Dim scale As Single
Dim offsetX As Integer
Dim offsetY As Integer
Dim smoothness As Single
Dim invert As Boolean
 
ImGearEffects.RippleTexture(page, texture, depth, scale, offsetX, offsetY, smoothness, invert)
             
        
            
            public static void RippleTexture( 
   ImGearRasterPage ,
   ImGearRasterPage ,
   float ,
   float ,
   int ,
   int ,
   float ,
   bool 
)