ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearNoneInterpolationOptions Class
Members




In This Topic
    ImGearNoneInterpolationOptions Class
    In This Topic
    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
    public class ImGearNoneInterpolationOptions : ImGearInterpolationOptions 
    public __gc class ImGearNoneInterpolationOptions : public ImGearInterpolationOptions 
    public ref class ImGearNoneInterpolationOptions : public ImGearInterpolationOptions 
    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