SVGFEPointLightElementBuilder.X

SVGFEPointLightElementBuilder.X method

Sets the ‘x’ attribute of the fePointLight element, specifying the x-coordinate of the light source.

public SVGFEPointLightElementBuilder X(double value)
ParameterTypeDescription
valueDoubleThe x-coordinate value.

Return Value

The current builder instance.

See Also