ApplyGaussianBlur(Int32,GaussianBlurBorderMode) Method
Applies a Gaussian blur to this
GrayscaleBitmap.
'Declaration
Public Overloads Sub ApplyGaussianBlur( _
Optional ByVal As System.Integer, _
Optional ByVal As GaussianBlurBorderMode _
)
Parameters
- radius
- The radius of the blur, in pixels.
- borderMode
- The mapping mode for the pixels outside of the border.