Initializes a new instance of the Shrink class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Shrink(
	Color colorToRemove
)

Parameters

colorToRemove
Type: System.Drawing..::.Color
Color to remove from boundaries.

See Also