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 |
---|---|
Height { get; } | Corresponds to attribute ‘height’ on the given ‘filter’ element. |
Result { get; } | Corresponds to attribute ‘result’ on the given ‘filter’ element. |
Width { get; } | 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
- namespace Aspose.Svg.Filters
- assembly Aspose.SVG