Table of Contents

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

string

BackgroundImage

public const string BackgroundImage = "BackgroundImage"

Field Value

string

FillPaint

public const string FillPaint = "FillPaint"

Field Value

string

SourceAlpha

public const string SourceAlpha = "SourceAlpha"

Field Value

string

SourceGraphic

public const string SourceGraphic = "SourceGraphic"

Field Value

string

StrokePaint

public const string StrokePaint = "StrokePaint"

Field Value

string

Properties

Height

public SvgUnit Height { get; set; }

Property Value

SvgUnit

Input

public string Input { get; set; }

Property Value

string

Owner

protected SvgFilter Owner { get; }

Property Value

SvgFilter

Result

public string Result { get; set; }

Property Value

string

Width

public SvgUnit Width { get; set; }

Property Value

SvgUnit

X

public SvgUnit X { get; set; }

Property Value

SvgUnit

Y

public SvgUnit Y { get; set; }

Property Value

SvgUnit

Methods

Process(ImageBuffer)

public abstract void Process(ImageBuffer buffer)

Parameters

buffer ImageBuffer