This topic has not yet been rated - Rate this topic

isvgfegaussianblurelement interface

The isvgfegaussianblurelement interface corresponds to the feGaussianBlur element.

Members

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

Methods

The isvgfegaussianblurelement interface has these methods.

MethodDescription
setStdDeviation

Sets the standard deviation values used in calculating a Gaussian blur.

 

Properties

The isvgfegaussianblurelement interface has these properties.

PropertyDescription

in1

Identifies input for the given filter primitive.

result

Provides a reference for the output result of a filter.

stdDeviationX

Gets a value that indicates the standard deviation in the x-direction, used in calculating a Gaussian blur.

stdDeviationY

Gets a value that indicates the standard deviation in the y-direction, used in calculating a Gaussian blur.

 

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.