ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearNearestNeighborInterpolationOptions Class
Members




In This Topic
    ImGearNearestNeighborInterpolationOptions Class
    In This Topic
    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