This topic has not yet been rated - Rate this topic

isvgfilterelement interface

The isvgfilterelement interface corresponds to the filter element.

Members

The isvgfilterelement interface inherits from the IUnknown interface. isvgfilterelement also has these types of members:

Methods

The isvgfilterelement interface has these methods.

MethodDescription
setFilterRes

Sets the X and Y values of the ISVGFilterElement::filterResX attribute.

 

Properties

The isvgfilterelement interface has these properties.

PropertyDescription

filterResX

Corresponds to the X component of the attribute filterRes on the given filter element.

filterResY

Corresponds to the Y component of the attribute filterRes on the given filter element.

filterUnits

Defines the coordinate system for the filter attributes.

primitiveUnits

Specifies the coordinate system for the various length values within the filter primitives and for the attributes that define the filter primitive subregion. The filter primitives identify a subregion which restricts calculation and rendering of the given filter primitive. The default filter primitive subregion is equal to the filter region.

 

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.