SVGFEDiffuseLightingElementBuilder.SurfaceScale

SVGFEDiffuseLightingElementBuilder.SurfaceScale method

Sets the ‘surfaceScale’ attribute of the feDiffuseLighting element.

public SVGFEDiffuseLightingElementBuilder SurfaceScale(double value)
ParameterTypeDescription
valueDoubleThe height of the surface for the lighting calculation.

Return Value

The current builder instance.

See Also