set_std_deviation method
set_std_deviation
Sets the values for attribute ‘stdDeviation’.
def set_std_deviation(self, std_deviation_x, std_deviation_y):
...
Parameter | Type | Description |
---|---|---|
std_deviation_x | float | The X component of attribute ‘stdDeviation’. |
std_deviation_y | float | The Y component of attribute ‘stdDeviation’. |
Exceptions
Exception | Description |
---|---|
DOMException | Code DOMException.NO_MODIFICATION_ALLOWED_ERR .Raised on an attempt to change the value of a read only attribute. |
See Also
- module
aspose.html.dom.svg.filters
- class
DOMException
- class
SVGFEDropShadowElement