ImageGear .NET v25.1 - Updated
ImGearGrayScaleInterpolationOptions Constructor




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearGrayScaleInterpolationOptions Class : ImGearGrayScaleInterpolationOptions Constructor
Interpolation threshold.
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

Reference

ImGearGrayScaleInterpolationOptions Class
ImGearGrayScaleInterpolationOptions Members
ImGearGrayScaleInterpolationOptions Class