Table of Contents

Class SvgConvolveMatrix

Namespace
Svg.FilterEffects
Assembly
Svg.dll
[SvgElement("feConvolveMatrix")]
public class SvgConvolveMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgConvolveMatrix
Implements
Inherited Members
Extension Methods

Properties

Bias

public float Bias { get; set; }

Property Value

float

Divisor

public float Divisor { get; set; }

Property Value

float

EdgeMode

public SvgEdgeMode EdgeMode { get; set; }

Property Value

SvgEdgeMode

KernelMatrix

public SvgNumberCollection KernelMatrix { get; set; }

Property Value

SvgNumberCollection

KernelUnitLength

public SvgNumberCollection KernelUnitLength { get; set; }

Property Value

SvgNumberCollection

Order

public SvgNumberCollection Order { get; set; }

Property Value

SvgNumberCollection

PreserveAlpha

public bool PreserveAlpha { get; set; }

Property Value

bool

TargetX

public int TargetX { get; set; }

Property Value

int

TargetY

public int TargetY { get; set; }

Property Value

int

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Process(ImageBuffer)

public override void Process(ImageBuffer buffer)

Parameters

buffer ImageBuffer