Class SvgComposite
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("feComposite")]
public class SvgComposite : SvgFilterPrimitive, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgComposite()
Declaration
public SvgComposite()
Properties
Input2
Declaration
public string Input2 { get; set; }
Property Value
System.String
|
K1
Declaration
public float K1 { get; set; }
Property Value
System.Single
|
K2
Declaration
public float K2 { get; set; }
Property Value
System.Single
|
K3
Declaration
public float K3 { get; set; }
Property Value
System.Single
|
K4
Declaration
public float K4 { get; set; }
Property Value
System.Single
|
Operator
Methods
DeepCopy()
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
ImageBuffer
buffer
|