SVGFESpotLightElementBuilder.PointsAtZ

SVGFESpotLightElementBuilder.PointsAtZ method

Sets the ‘pointsAtZ’ attribute, indicating the z-coordinate towards which the light is pointing.

public SVGFESpotLightElementBuilder PointsAtZ(double value)
ParameterTypeDescription
valueDoubleThe pointsAtZ value.

Return Value

The current builder instance.

See Also