Class SvgFilterPrimitive
- Namespace
- Svg.FilterEffects
- Assembly
- Svg.dll
public abstract class SvgFilterPrimitive : SvgElement, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgFilterPrimitive
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
BackgroundAlpha
public const string BackgroundAlpha = "BackgroundAlpha"
Field Value
BackgroundImage
public const string BackgroundImage = "BackgroundImage"
Field Value
FillPaint
public const string FillPaint = "FillPaint"
Field Value
SourceAlpha
public const string SourceAlpha = "SourceAlpha"
Field Value
SourceGraphic
public const string SourceGraphic = "SourceGraphic"
Field Value
StrokePaint
public const string StrokePaint = "StrokePaint"
Field Value
Properties
Height
public SvgUnit Height { get; set; }
Property Value
Input
public string Input { get; set; }
Property Value
Owner
protected SvgFilter Owner { get; }
Property Value
Result
public string Result { get; set; }
Property Value
Width
public SvgUnit Width { get; set; }
Property Value
X
public SvgUnit X { get; set; }
Property Value
Y
public SvgUnit Y { get; set; }
Property Value
Methods
Process(ImageBuffer)
public abstract void Process(ImageBuffer buffer)
Parameters
buffer
ImageBuffer