Class SvgFEPointLightElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
public sealed class SvgFEPointLightElement : SvgElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgFEPointLightElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode
- Inheritance
-
SvgFEPointLightElement
- Implements
- Inherited Members
Constructors
Properties
- IsRenderable
Gets a value indicating whether this SVG element is renderable.
- X
X location for the light source in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element.
- Y
Y location for the light source in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element.
- Z
Z location for the light source in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element, assuming that, in the initial coordinate system, the positive Z-axis comes out towards the person viewing the content and assuming that one unit along the Z-axis equals one unit in X and Y.