EdgeDetectFilter Class |
Namespace: AGI.Foundation.Graphics.Imaging
The EdgeDetectFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| EdgeDetectFilter |
Initializes a new instance.
| |
| EdgeDetectFilter(EdgeDetectMethod) |
Initializes a new instance with the specified EdgeDetectMethod.
|
| 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 detect edges in 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.) |