'Declaration
 
Public Shared Sub FreeDirectionalLight( _
   ByVal  As ImGearRasterPage, _
   ByVal  As Single, _
   ByVal () As Single, _
   ByVal () As Single, _
   ByVal  As Single, _
   ByVal  As Single, _
   ByVal  As Single _
) 
             
        
            
            'Usage
 
Dim page As ImGearRasterPage
Dim direction As Single
Dim points() As Single
Dim amplitude() As Single
Dim frequency As Single
Dim phase As Single
Dim attenuation As Single
 
ImGearEffects.FreeDirectionalLight(page, direction, points, amplitude, frequency, phase, attenuation)
             
        
            
            public static void FreeDirectionalLight( 
   ImGearRasterPage ,
   float ,
   float[] ,
   float[] ,
   float ,
   float ,
   float 
)
             
        
            
            public: static void FreeDirectionalLight( 
   ImGearRasterPage* ,
   float ,
   float[]* ,
   float[]* ,
   float ,
   float ,
   float 
)