'Declaration
 
Public Shared Sub RippleFreeHand( _
   ByVal  As ImGearRasterPage, _
   ByVal  As Single, _
   ByVal () As Single, _
   ByVal () As Single, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Single, _
   ByVal  As Single _
) 
             
        
            
            'Usage
 
Dim page As ImGearRasterPage
Dim depth As Single
Dim distributionX() As Single
Dim distributionY() As Single
Dim periodX As Integer
Dim phaseX As Integer
Dim periodY As Integer
Dim phaseY As Integer
Dim smoothness As Single
Dim angle As Single
 
ImGearEffects.RippleFreeHand(page, depth, distributionX, distributionY, periodX, phaseX, periodY, phaseY, smoothness, angle)
             
        
            
            public static void RippleFreeHand( 
   ImGearRasterPage ,
   float ,
   float[] ,
   float[] ,
   int ,
   int ,
   int ,
   int ,
   float ,
   float 
)
             
        
            
            public: static void RippleFreeHand( 
   ImGearRasterPage* ,
   float ,
   float[]* ,
   float[]* ,
   int ,
   int ,
   int ,
   int ,
   float ,
   float 
)