Click or drag to resize

SimpleThresholdCommand Constructor (Int32)

Creates a new instance of SimpleThresholdCommand indicating the threshold value.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SimpleThresholdCommand(
	int inputThreshold
)

Parameters

inputThreshold
Type: SystemInt32
The threshold value.
Exceptions
ExceptionCondition
Thrown if inputThreshold is not between 0 and 255 inclusive.
See Also