SVGFEDropShadowElementBuilder.StdDeviation
SVGFEDropShadowElementBuilder.StdDeviation method
Sets the standard deviation for the blur effect in the drop shadow.
public SVGFEDropShadowElementBuilder StdDeviation(double dx, double? dy = null)
| Parameter | Type | Description |
|---|---|---|
| dx | Double | The standard deviation in the x-direction. |
| dy | Nullable`1 | The standard deviation in the y-direction. If not specified, dx is used for both directions. |
Return Value
The current builder instance.
See Also
- class SVGFEDropShadowElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG