Table of Contents

Class SvgGaussianBlur

Namespace
Svg.FilterEffects
Assembly
Svg.dll
[SvgElement("feGaussianBlur")]
public class SvgGaussianBlur : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgGaussianBlur
Implements
Inherited Members
Extension Methods

Properties

StdDeviation

Gets or sets the radius of the blur (only allows for one value - not the two specified in the SVG Spec)

public SvgNumberCollection StdDeviation { get; set; }

Property Value

SvgNumberCollection

Methods

Apply(Image)

public Bitmap Apply(Image inputImage)

Parameters

inputImage Image

Returns

Bitmap

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Process(ImageBuffer)

public override void Process(ImageBuffer buffer)

Parameters

buffer ImageBuffer