ImageGear .NET v25.1 - Updated
ImGearNearestNeighborInterpolationOptions Class
Members 




ImageGear.Core Assembly > ImageGear.Processing Namespace : ImGearNearestNeighborInterpolationOptions Class
Represents options for nearest neighbor interpolation.
Object Model
ImGearNearestNeighborInterpolationOptions Class
Syntax
'Declaration
 
Public Class ImGearNearestNeighborInterpolationOptions 
   Inherits ImGearInterpolationOptions
'Usage
 
Dim instance As ImGearNearestNeighborInterpolationOptions
public class ImGearNearestNeighborInterpolationOptions : ImGearInterpolationOptions 
public __gc class ImGearNearestNeighborInterpolationOptions : public ImGearInterpolationOptions 
public ref class ImGearNearestNeighborInterpolationOptions : public ImGearInterpolationOptions 
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

Reference

ImGearNearestNeighborInterpolationOptions Members
ImageGear.Processing Namespace
ImGearInterpolationOptions Class