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 long

  • filterResY [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