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
Methods
Apply(Image)
public Bitmap Apply(Image inputImage)
Parameters
inputImage
Image
Returns
DeepCopy()
public override SvgElement DeepCopy()
Returns
Process(ImageBuffer)
public override void Process(ImageBuffer buffer)
Parameters
buffer
ImageBuffer