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: 23.2.417.0 (23.2.417.0)
Syntaxpublic Matrix3By3 Kernel { get; set; }
Public Property Kernel As Matrix3By3
Get
Set
public:
property Matrix3By3 Kernel {
Matrix3By3 get ();
void set (Matrix3By3 value);
}
member Kernel : Matrix3By3 with get, set
Property Value
Type:
Matrix3By3
See Also