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




In This Topic
    ImGearBicubicInterpolationOptions Class
    In This Topic
    Represents options for bicubic interpolation.
    Object Model
    ImGearBicubicInterpolationOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearBicubicInterpolationOptions 
       Inherits ImGearInterpolationOptions
    'Usage
     
    Dim instance As ImGearBicubicInterpolationOptions
    public class ImGearBicubicInterpolationOptions : ImGearInterpolationOptions 
    public __gc class ImGearBicubicInterpolationOptions : public ImGearInterpolationOptions 
    public ref class ImGearBicubicInterpolationOptions : public ImGearInterpolationOptions 
    Example
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImGearInterpolationOptions
          ImageGear.Processing.ImGearBicubicInterpolationOptions

    See Also