Class SvgPointLight
- Namespace
- Svg.FilterEffects
- Assembly
- Svg.dll
[SvgElement("fePointLight")]
public class SvgPointLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgPointLight
- Implements
- Inherited Members
- Extension Methods
Properties
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()