Click or drag to resize

DynamicThresholdCommand Constructor (Int32)

Constructs a new DynamicThresholdCommand object

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 DynamicThresholdCommand(
	int windowSize
)

Parameters

windowSize
Type: SystemInt32

The size of the examination window surround the current pixel.

Exceptions
ExceptionCondition
Thrown if the windowSize is less than 1.
See Also