SVGFEDropShadowElement.SetStdDeviation
SVGFEDropShadowElement.SetStdDeviation method
Sets the values for attribute ‘stdDeviation’.
public void SetStdDeviation(float stdDeviationX, float stdDeviationY)
Parameter | Type | Description |
---|---|---|
stdDeviationX | Single | The X component of attribute ‘stdDeviation’. |
stdDeviationY | Single | The Y component of attribute ‘stdDeviation’. |
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGFEDropShadowElement
- namespace Aspose.Svg.Filters
- assembly Aspose.SVG