Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GrayscaleBitmap Class / ApplyGaussianBlur Method / ApplyGaussianBlur(Byte,Int32,GaussianBlurBorderMode) Method
The color used to blend with the edge pixels of the image.
The radius of the blur, in pixels.
The mapping mode for the pixels outside of the border.

In This Topic
    ApplyGaussianBlur(Byte,Int32,GaussianBlurBorderMode) Method
    In This Topic
    Applies a Gaussian blur to this GrayscaleBitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub ApplyGaussianBlur( _
       ByVal borderColor As System.Byte, _
       Optional ByVal radius As System.Integer, _
       Optional ByVal borderMode As GaussianBlurBorderMode _
    ) 
    public void ApplyGaussianBlur( 
       System.byte borderColor,
       System.int radius,
       GaussianBlurBorderMode borderMode
    )

    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