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




ImGearInterpolationOptions Class
Base class for all interpolation options passed to ImGearProcessing.Resize and ImGearProcessing.CreateThumbnail methods.
Object Model
ImGearInterpolationOptions ClassImGearInterpolationOptions Class
Syntax
'Declaration
 
Public Class ImGearInterpolationOptions 
 
'Usage
 
Dim instance As ImGearInterpolationOptions
Remarks
Use the base class for interpolation modes that do not need additional options. Use derived classes to pass specific options. If a base class is passed for a mode that has a derived class, the default option values are used.
Inheritance Hierarchy
See Also