ISVGFilterPrimitiveStandardAttributes Interface
ISVGFilterPrimitiveStandardAttributes interface
This interface defines the set of DOM attributes that are common across the filter primitive interfaces.
public interface ISVGFilterPrimitiveStandardAttributes
Properties
Name | Description |
---|---|
getHeight Corresponds to attribute ‘height’ on the given ‘filter’ element. | |
getResult Corresponds to attribute ‘result’ on the given ‘filter’ element. | |
getWidth Corresponds to attribute ‘width’ on the given ‘filter’ element. | |
X { get; } | Corresponds to attribute ‘x’ on the given ‘filter’ element. |
Y { get; } | Corresponds to attribute ‘y’ on the given ‘filter’ element. |
See Also
- package com.aspose.html.Dom.Svg.Filters
- package Aspose.HTML