setFilterRes method
Sets the X and Y values of the filterRes attribute.
![]() ![]() |
Syntax
var retval = SVGFilterElement.setFilterRes(filterResX, filterResY);
Parameters
- filterResX [in]
-
Type: unsigned long
- filterResY [in]
-
Type: unsigned long
Return value
Type: HRESULT
This method can return one of these values.
| Return code/value | Description |
|---|---|
|
Returns S_OK if successful. |
|
If an attempt is made to modify an object where modifications are not allowed, raises the NoModificationAllowedError exception. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.1
See also
Show:

