Class SvgTurbulence
Inheritance
SvgTurbulence
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feTurbulence")]
public class SvgTurbulence : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
BaseFrequency
Declaration
public SvgNumberCollection BaseFrequency { get; set; }
Property Value
|
Improve this Doc
View Source
NumOctaves
Declaration
public int NumOctaves { get; set; }
Property Value
|
Improve this Doc
View Source
Seed
Declaration
public float Seed { get; set; }
Property Value
|
Improve this Doc
View Source
StitchTiles
Declaration
public SvgStitchType StitchTiles { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public SvgTurbulenceType Type { get; set; }
Property Value
Methods
|
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