'Declaration
 
Public Shared Sub DropShadow( _
   ByVal  As ImGearRasterPage, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As ImGearPixel, _
   ByVal  As ImGearPixel _
) 
             
        
            
            'Usage
 
Dim page As ImGearRasterPage
Dim width As Integer
Dim distance As Integer
Dim angle As Integer
Dim insideColor As ImGearPixel
Dim outsideColor As ImGearPixel
 
ImGearEffects.DropShadow(page, width, distance, angle, insideColor, outsideColor)
             
        
            
            public static void DropShadow( 
   ImGearRasterPage ,
   int ,
   int ,
   int ,
   ImGearPixel ,
   ImGearPixel 
)