Class SvgDiffuseLighting
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("feDiffuseLighting")]
public class SvgDiffuseLighting : SvgFilterPrimitive, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgDiffuseLighting()
Declaration
public SvgDiffuseLighting()
Properties
DiffuseConstant
Declaration
public float DiffuseConstant { get; set; }
Property Value
System.Single
|
KernelUnitLength
Declaration
public SvgNumberCollection KernelUnitLength { get; set; }
Property Value
SvgNumberCollection
|
LightingColor
LightSource
SurfaceScale
Declaration
public float SurfaceScale { get; set; }
Property Value
System.Single
|
Methods
DeepCopy()
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
ImageBuffer
buffer
|