SVGFEDisplacementMapElementBuilder.Scale

SVGFEDisplacementMapElementBuilder.Scale method

Sets the ‘scale’ attribute of the feDisplacementMap element.

public SVGFEDisplacementMapElementBuilder Scale(double value)
ParameterTypeDescription
valueDoubleThe scale factor for the displacement.

Return Value

The current builder instance.

See Also