ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

threshold
Interpolation threshold.
See Also