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
- Properties
Methods
The isvgfegaussianblurelement interface has these methods.
Method | Description |
---|---|
setStdDeviation | Sets the standard deviation values used in calculating a Gaussian blur. |
Properties
The isvgfegaussianblurelement interface has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
Identifies input for the given filter primitive. |
|
Read-only |
Provides a reference for the output result of a filter. |
|
Read-only |
Gets a value that indicates the standard deviation in the x-direction, used in calculating a Gaussian blur. |
|
Read-only |
Gets a value that indicates the standard deviation in the y-direction, used in calculating a Gaussian blur. |