ApplyGaussianBlur(Byte,Int32,GaussianBlurBorderMode) Method
In This Topic
Applies a Gaussian blur to this
GrayscaleBitmap.
Syntax
'Declaration
Public Overloads Sub ApplyGaussianBlur( _
ByVal As System.Byte, _
Optional ByVal As System.Integer, _
Optional ByVal As GaussianBlurBorderMode _
)
public void ApplyGaussianBlur(
System.byte ,
System.int ,
GaussianBlurBorderMode
)
Parameters
- borderColor
- The color used to blend with the edge pixels of the image.
- radius
- The radius of the blur, in pixels.
- borderMode
- The mapping mode for the pixels outside of the border.
See Also