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




ImGearNearestNeighborInterpolationOptions Class
Represents options for nearest neighbor interpolation.
Object Model
ImGearNearestNeighborInterpolationOptions Class
Syntax
'Declaration
 
Public Class ImGearNearestNeighborInterpolationOptions 
   Inherits ImGearInterpolationOptions
 
'Usage
 
Dim instance As ImGearNearestNeighborInterpolationOptions
Remarks
This class has no public fields and methods and is used to identify nearest neighborhood interpolation by itself in image processing functions.
Inheritance Hierarchy

System.Object
   ImageGear.Processing.ImGearInterpolationOptions
      ImageGear.Processing.ImGearNearestNeighborInterpolationOptions

See Also