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




In This Topic
    ImGearBicubicInterpolationOptions Constructor
    In This Topic
    Initializes a new instance of the ImGearBicubicInterpolationOptions class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearBicubicInterpolationOptions()
    public ImGearBicubicInterpolationOptions()
    public: ImGearBicubicInterpolationOptions();
    public:
    ImGearBicubicInterpolationOptions();
    See Also