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