Click or drag to resize

GaussianBlurFilter Properties

The GaussianBlurFilter 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 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