ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearGrayScaleInterpolationOptions Class / ImGearGrayScaleInterpolationOptions Constructor
Interpolation threshold.




In This Topic
    ImGearGrayScaleInterpolationOptions Constructor
    In This Topic
    Initializes a new instance of the ImGearGrayScaleInterpolationOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal threshold As Integer _
    )
    'Usage
     
    Dim threshold As Integer
     
    Dim instance As New ImGearGrayScaleInterpolationOptions(threshold)
    public ImGearGrayScaleInterpolationOptions( 
       int threshold
    )
    public: ImGearGrayScaleInterpolationOptions( 
       int threshold
    )
    public:
    ImGearGrayScaleInterpolationOptions( 
       int threshold
    )

    Parameters

    threshold
    Interpolation threshold.
    See Also