Click or drag to resize

BlurFilter Properties

The BlurFilter type exposes the following members.

Properties
  NameDescription
Public propertyDivisor
Gets or sets the divisor for the result of the convolution kernel operation.
(Inherited from ConvolutionFilter.)
Public propertyKernel
Gets or sets the convolution kernel of the filter.
(Inherited from ConvolutionFilter.)
Public propertyMethod
Gets or sets the method used to blur the source raster.
Public propertyOffset
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.)
Top
See Also