SVGFESpotLightElementBuilder.PointsAtY

SVGFESpotLightElementBuilder.PointsAtY method

Sets the ‘pointsAtY’ attribute, indicating the y-coordinate towards which the light is pointing.

public SVGFESpotLightElementBuilder PointsAtY(double value)
ParameterTypeDescription
valueDoubleThe pointsAtY value.

Return Value

The current builder instance.

See Also