'Declaration Public Overloads Shared Function Get( _ ByVal borderColor As System.Drawing.Color, _ Optional ByVal radius As System.Integer, _ Optional ByVal borderMode As GaussianBlurBorderMode _ ) As GaussianBlurEffect
public static GaussianBlurEffect Get( System.Drawing.Color 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.