ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearReductionOptions Class
Members




ImGearReductionOptions Class
Specifies options for performing color reduction using the ImGearRasterProcessing.Reduce method.
Object Model
ImGearReductionOptions Class
Syntax
'Declaration
 
Public Class ImGearReductionOptions 
 
'Usage
 
Dim instance As ImGearReductionOptions
Remarks
The only options used by the ImGearRasterProcessing.Reduce method are the ones which correspond to the type of reduction as specified by the reductionMethod parameter of the ImGearRasterProcessing.Reduce method.
Example
Inheritance Hierarchy

System.Object
   ImageGear.Processing.ImGearReductionOptions

See Also