'Declaration
 
Public Shared Sub RemoveChromaticAberration( _
   ByVal  As ImGearRasterPage, _
   ByVal  As Double, _
   ByVal  As Double, _
   ByVal  As ImGearPoint _
) 
             
        
            
            'Usage
 
Dim page As ImGearRasterPage
Dim redScale As Double
Dim blueScale As Double
Dim centerPoint As ImGearPoint
 
ImGearEffects.RemoveChromaticAberration(page, redScale, blueScale, centerPoint)
             
        
            
            public static void RemoveChromaticAberration( 
   ImGearRasterPage ,
   double ,
   double ,
   ImGearPoint 
)
             
        
            
            public: static void RemoveChromaticAberration( 
   ImGearRasterPage* ,
   double ,
   double ,
   ImGearPoint 
) 
             
        
            
            public:
static void RemoveChromaticAberration( 
   ImGearRasterPage^ ,
   double ,
   double ,
   ImGearPoint 
)