SVGFESpotLightElementBuilder.PointsAtX

SVGFESpotLightElementBuilder.PointsAtX method

Sets the ‘pointsAtX’ attribute, indicating the x-coordinate towards which the light is pointing.

public SVGFESpotLightElementBuilder PointsAtX(double value)
ParameterTypeDescription
valueDoubleThe pointsAtX value.

Return Value

The current builder instance.

See Also