SVGFEGaussianBlurElementBuilder.StdDeviation

SVGFEGaussianBlurElementBuilder.StdDeviation method

Sets the standard deviation for the Gaussian blur effect.

public SVGFEGaussianBlurElementBuilder StdDeviation(double dx, double? dy = null)
ParameterTypeDescription
dxDoubleThe standard deviation along the x-axis.
dyNullable`1The standard deviation along the y-axis (optional).

Return Value

The current builder instance.

See Also