Click or drag to resize

EdgeDetectionCommand Constructor (EdgeDetectionType, Double)

Initializes a new instance of EdgeDetectionCommand specifying the type and intensity.

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 EdgeDetectionCommand(
	EdgeDetectionType type,
	double intensity
)

Parameters

type
Type: Atalasoft.Imaging.ImageProcessing.FiltersEdgeDetectionType
Type of edge detection filter to apply.
intensity
Type: SystemDouble
Intensity of the edge detection.
See Also