setFilterRes method
Sets the X and Y values of the ISVGFilterElement::filterResX attribute.
Syntax
HRESULT retVal = object.setFilterRes(filterResX, filterResY);
Parameters
filterResX [in]
Type: unsigned longfilterResY [in]
Type: unsigned long
Return value
Type: HRESULT
This method can return one of these values.
Return code/value | Description |
---|---|
S_OK | Returns S_OK if successful. |
NoModificationAllowedError 7 | 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