SharpenFilter Class |
Namespace: AGI.Foundation.Graphics.Imaging
The SharpenFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| SharpenFilter |
Initialize a new instance.
| |
| SharpenFilter(SharpenMethod) |
Initialize a new instance with the specified SharpenMethod.
|
| 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 sharpen 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.) |