BlurFilter Class | 
Namespace: AGI.Foundation.Graphics.Imaging
The BlurFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| BlurFilter | 
Initializes a new instance.
  | |
| BlurFilter(BlurMethod) | 
Initialize a new instance with the specified BlurMethod.
  | 
| 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.) | |
| Method | 
Gets or sets the method used to blur the source raster.
  | |
| 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.) |