Class SvgGaussianBlur
Inheritance
SvgGaussianBlur
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feGaussianBlur")]
public class SvgGaussianBlur : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
StdDeviation
Gets or sets the radius of the blur (only allows for one value - not the two specified in the SVG Spec)
Declaration
public SvgNumberCollection StdDeviation { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Apply(Image)
Declaration
public Bitmap Apply(Image inputImage)
Parameters
| Type |
Name |
Description |
| Image |
inputImage |
|
Returns
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
Overrides
Implements
Extension Methods