Class SvgColourMatrix
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.FilterEffects
Assembly: TelerikCommon.dll
Syntax
[SvgElement("feColorMatrix")]
public class SvgColourMatrix : SvgFilterPrimitive, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgColourMatrix()
Declaration
public SvgColourMatrix()
Properties
Type
Values
Declaration
public string Values { get; set; }
Property Value
System.String
|
Methods
DeepCopy()
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
SvgElement
|
Type Parameters
T
|
Overrides
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
ImageBuffer
buffer
|