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
- package com.aspose.html.dom.svg.filters
- package Aspose.HTML