Property PointsAtX
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
PointsAtX
X location in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element of the point at which the light source is pointing.
public ISvgAnimatedNumber PointsAtX { get; }
Property Value
- ISvgAnimatedNumber
pointsAtX = "number"
If the attribute is not specified, then the effect is as if a value of 0 were specified.
Remarks
Corresponds to attribute 'pointsAtX' on the given 'feSpotLight' element.