Click or drag to resize

GlobalThresholdCommand Constructor (Int32)

Initializes a new instance of GlobalThresholdCommand specifying the initial 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 GlobalThresholdCommand(
	int initThreshold
)

Parameters

initThreshold
Type: SystemInt32
The initial threshold value.
Exceptions
ExceptionCondition
Thrown if the initThreshold is less than 0 or greater than 255.
See Also