Click or drag to resize

MinimumCommand Constructor (Int32)

Initializes a new instance of the MinimumCommand specifying the filter size.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public MinimumCommand(
	int filterSize
)

Parameters

filterSize
Type: SystemInt32
The size of the filter. Should be an odd value greater than or equal to 3.
Exceptions
ExceptionCondition
Thrown if the filterSize is less than 0.
See Also