Click or drag to resize

GradientDetectFilter Constructor (GradientDetectMethod)

Initializes a new instance with specified GradientDetectMethod.

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 GradientDetectFilter(
	GradientDetectMethod method
)

Parameters

method
Type: AGI.Foundation.Graphics.ImagingGradientDetectMethod
Method used to detect gradients in a raster.
See Also