Class SvgSpecularLighting
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("feSpecularLighting")]
public class SvgSpecularLighting : SvgFilterPrimitive, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgSpecularLighting()
Declaration
public SvgSpecularLighting()
Properties
KernelUnitLength
Declaration
public SvgNumberCollection KernelUnitLength { get; set; }
Property Value
SvgNumberCollection
|
LightingColor
LightSource
SpecularConstant
Declaration
public float SpecularConstant { get; set; }
Property Value
System.Single
|
SpecularExponent
Declaration
public float SpecularExponent { get; set; }
Property Value
System.Single
|
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
|