ImageGear .NET v25.1 - Updated
ImGearNoneInterpolationOptions Class
Members 




ImageGear.Core Assembly > ImageGear.Processing Namespace : 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
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

Reference

ImGearNoneInterpolationOptions Members
ImageGear.Processing Namespace
ImGearInterpolationOptions Class