Overview

The SVGFilterElement interface provides access to the properties of <filter> elements, as well as methods to manipulate them.

Location

Properties


filterUnits

property filterUnits: dynamic read;
dynamic filterUnits { get; }
var filterUnits: dynamic { get{} }
dynamic filterUnits { __get; }
ReadOnly Property filterUnits() As dynamic

height

property height: Int32 read;
var height: Int32 { get{} }
ReadOnly Property height() As Int32

primitiveUnits

property primitiveUnits: dynamic read;
dynamic primitiveUnits { get; }
var primitiveUnits: dynamic { get{} }
dynamic primitiveUnits { __get; }
ReadOnly Property primitiveUnits() As dynamic

width

property width: Int32 read;
var width: Int32 { get{} }
ReadOnly Property width() As Int32

x

ReadOnly Property x() As Double

y

ReadOnly Property y() As Double