Click or drag to resize

AutoCropCommand Constructor (Double, Color)

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

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,
	Color overrideColor
)

Parameters

tolerance
Type: SystemDouble

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

overrideColor
Type: System.DrawingColor

A specific color to represent the image 'whitespace'.

See Also