Click or drag to resize

AutoCropCommand Constructor (Double)

Initializes a new instance of AutoCropCommand specifying a tolerance.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AutoCropCommand(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble

The tolerance used to locate the edges. (0 - 100)

See Also