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




In This Topic
    ImGearAverageInterpolationOptions Class
    In This Topic
    Represents options for average interpolation.
    Object Model
    ImGearAverageInterpolationOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearAverageInterpolationOptions 
       Inherits ImGearInterpolationOptions
    'Usage
     
    Dim instance As ImGearAverageInterpolationOptions
    public class ImGearAverageInterpolationOptions : ImGearInterpolationOptions 
    public __gc class ImGearAverageInterpolationOptions : public ImGearInterpolationOptions 
    public ref class ImGearAverageInterpolationOptions : public ImGearInterpolationOptions 
    Remarks
    This class has no public fields and methods and is used to identify average interpolation by itself in image processing functions.
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImGearInterpolationOptions
          ImageGear.Processing.ImGearAverageInterpolationOptions

    See Also