ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearNoneInterpolationOptions Class
Members




ImGearNoneInterpolationOptions Class
Implements ImGearNoneInterpolationOptions interface for the case when interpolation is not needed.
Object Model
ImGearNoneInterpolationOptions Class
Syntax
'Declaration
 
Public Class ImGearNoneInterpolationOptions 
   Inherits ImGearInterpolationOptions
 
'Usage
 
Dim instance As ImGearNoneInterpolationOptions
Remarks
This class has no public fields and methods and is used to identify interpolation by itself in image processing functions.
Inheritance Hierarchy

System.Object
   ImageGear.Processing.ImGearInterpolationOptions
      ImageGear.Processing.ImGearNoneInterpolationOptions

See Also