ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearInterpolationOptions Class / ImGearInterpolationOptions Constructor
Interpolation method.




In This Topic
    ImGearInterpolationOptions Constructor
    In This Topic
    Initializes a new instance of the ImGearInterpolationOptions class.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal interpolationType As ImGearInterpolations _
    )
    'Usage
     
    Dim interpolationType As ImGearInterpolations
     
    Dim instance As New ImGearInterpolationOptions(interpolationType)
    protected ImGearInterpolationOptions( 
       ImGearInterpolations interpolationType
    )
    protected: ImGearInterpolationOptions( 
       ImGearInterpolations interpolationType
    )
    protected:
    ImGearInterpolationOptions( 
       ImGearInterpolations interpolationType
    )

    Parameters

    interpolationType
    Interpolation method.
    See Also