Click or drag to resize

ConvolutionFilterKernel Property

Gets or sets the convolution kernel of the filter.

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 Matrix3By3 Kernel { get; set; }

Property Value

Type: Matrix3By3
See Also