Class SvgSpotLight
- Namespace
- Svg.FilterEffects
- Assembly
- Svg.dll
[SvgElement("feSpotLight")]
public class SvgSpotLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgSpotLight
- Implements
- Inherited Members
- Extension Methods
Properties
LimitingConeAngle
public float LimitingConeAngle { get; set; }
Property Value
PointsAtX
public float PointsAtX { get; set; }
Property Value
PointsAtY
public float PointsAtY { get; set; }
Property Value
PointsAtZ
public float PointsAtZ { get; set; }
Property Value
SpecularExponent
public float SpecularExponent { get; set; }
Property Value
X
public float X { get; set; }
Property Value
Y
public float Y { get; set; }
Property Value
Z
public float Z { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()