Click or drag to resize

AutoCropCommand Constructor (Double, Int32)

Initializes a new instance of AutoCropCommand specifying a tolerance and override index.

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,
	int overrideIndex
)

Parameters

tolerance
Type: SystemDouble

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

overrideIndex
Type: SystemInt32

A palette index value containing the color to represent image 'whitespace'.

See Also