Class SvgConvolveMatrix
Inheritance
SvgConvolveMatrix
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feConvolveMatrix")]
public class SvgConvolveMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
Bias
Declaration
public float Bias { get; set; }
Property Value
|
Improve this Doc
View Source
Divisor
Declaration
public float Divisor { get; set; }
Property Value
|
Improve this Doc
View Source
EdgeMode
Declaration
public SvgEdgeMode EdgeMode { get; set; }
Property Value
|
Improve this Doc
View Source
KernelMatrix
Declaration
public SvgNumberCollection KernelMatrix { get; set; }
Property Value
|
Improve this Doc
View Source
KernelUnitLength
Declaration
public SvgNumberCollection KernelUnitLength { get; set; }
Property Value
|
Improve this Doc
View Source
Order
Declaration
public SvgNumberCollection Order { get; set; }
Property Value
|
Improve this Doc
View Source
PreserveAlpha
Declaration
public bool PreserveAlpha { get; set; }
Property Value
|
Improve this Doc
View Source
TargetX
Declaration
public int TargetX { get; set; }
Property Value
|
Improve this Doc
View Source
TargetY
Declaration
public int TargetY { 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