Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

Nombre del espacio: Aspose.Svg.Filters Asamblea: Aspose.SVG.dll (25.5.0)

Esta interfaz define el conjunto de atributos DOM que son comunes a través de las interfaces primitivas del filtro.

[DOMName("SVGFilterPrimitiveStandardAttributes")]
[ComVisible(true)]
[DOMObject]
public interface ISVGFilterPrimitiveStandardAttributes

Properties

Height

Corresponde a atribuir “altura” en el elemento “filter” dado.

[DOMName("height")]
SVGAnimatedLength Height { get; }

Valor de la propiedad

SVGAnimatedLength

Result

Corresponde a atribuir “resultado” en el elemento “filter” dado.

[DOMName("result")]
SVGAnimatedString Result { get; }

Valor de la propiedad

SVGAnimatedString

Width

Corresponde a atribuir “width” en el elemento “filter” dado.

[DOMName("width")]
SVGAnimatedLength Width { get; }

Valor de la propiedad

SVGAnimatedLength

X

Corresponde a atribuir ‘x’ en el elemento ‘filter’ dado.

[DOMName("x")]
SVGAnimatedLength X { get; }

Valor de la propiedad

SVGAnimatedLength

Y

Corresponde a atribuir “y” en el elemento “filter” dado.

[DOMName("y")]
SVGAnimatedLength Y { get; }

Valor de la propiedad

SVGAnimatedLength

 Español