Interface ISVGFilterPrimitiveStandardAttributes
ISVGFilterPrimitiveStandardAttributes interface
Esta interfaz define el conjunto de atributos DOM que son comunes a través de las interfaces primitivas de filtro.
public interface ISVGFilterPrimitiveStandardAttributes
Propiedades
Nombre | Descripción |
---|---|
Height { get; } | Corresponde al atributo ‘altura’ en el elemento ‘filtro’ dado. |
Result { get; } | Corresponde al atributo ‘resultado’ en el elemento ‘filtro’ dado. |
Width { get; } | Corresponde al atributo ‘ancho’ en el elemento ‘filtro’ dado. |
X { get; } | Corresponde al atributo ‘x’ en el elemento ‘filtro’ dado. |
Y { get; } | Corresponde al atributo ‘y’ en el elemento ‘filtro’ dado. |
Ver también
- espacio de nombres Aspose.Svg.Filters
- asamblea Aspose.SVG