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