'Declaration
 
Public Shared Sub DirectionalLight( _
   ByVal  As ImGearRasterPage, _
   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 amplitude() As Single
Dim frequency As Single
Dim phase As Single
Dim attenuation As Single
 
ImGearEffects.DirectionalLight(page, direction, amplitude, frequency, phase, attenuation)
             
        
            
            public static void DirectionalLight( 
   ImGearRasterPage ,
   float ,
   float[] ,
   float ,
   float ,
   float 
)
             
        
            
            public: static void DirectionalLight( 
   ImGearRasterPage* ,
   float ,
   float[]* ,
   float ,
   float ,
   float 
) 
             
        
            
            public:
static void DirectionalLight( 
   ImGearRasterPage^ ,
   float ,
   array<float>^ ,
   float ,
   float ,
   float 
)