ConvolutionFilter Class |
Namespace: AGI.Foundation.Graphics.Imaging
The ConvolutionFilter type exposes the following members.
Name | Description | |
---|---|---|
ConvolutionFilter |
Initializes a new instance.
| |
ConvolutionFilter(Matrix3By3) |
Initializes a new instance with the specified Kernel.
| |
ConvolutionFilter(Matrix3By3, Double) | ||
ConvolutionFilter(Matrix3By3, Double, Double) |
Name | Description | |
---|---|---|
Divisor |
Gets or sets the divisor for the result of the convolution kernel operation.
| |
Kernel |
Gets or sets the convolution kernel of the filter.
| |
Offset |
Gets or sets the offset for the result of the convolution kernel operation. The value is added to the result of the operation.
|
Name | Description | |
---|---|---|
Dispose | (Inherited from RasterFilter.) | |
Dispose(Boolean) | (Overrides RasterFilterDispose(Boolean).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |