Click or drag to resize

EdgeDetectFilter Constructor (EdgeDetectMethod)

Initializes a new instance with the specified EdgeDetectMethod.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EdgeDetectFilter(
	EdgeDetectMethod method
)

Parameters

method
Type: AGI.Foundation.Graphics.ImagingEdgeDetectMethod
Method used to detect edges in the source raster.
See Also