SVGFEGaussianBlurElementBuilder.StdDeviation
SVGFEGaussianBlurElementBuilder.StdDeviation method
Sets the standard deviation for the Gaussian blur effect.
public SVGFEGaussianBlurElementBuilder StdDeviation(double dx, double? dy = null)
| Parameter | Type | Description |
|---|---|---|
| dx | Double | The standard deviation along the x-axis. |
| dy | Nullable`1 | The standard deviation along the y-axis (optional). |
Return Value
The current builder instance.
See Also
- class SVGFEGaussianBlurElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG