Interface ISVGAnimatedPathData

Interface ISVGAnimatedPathData

Nom dels espais: Aspose.Html.Dom.Svg.Paths Assemblea: Aspose.HTML.dll (25.4.0)

l’interfície SVGAnimatedPathData recolza elements que tenen un atribut ’d’ que té dades de ruta SVG, i dóna suport a la capacitat d’animar aquest atribute.

[ComVisible(true)]
[DOMName("SVGAnimatedPathData")]
[DOMObject]
public interface ISVGAnimatedPathData

Properties

AnimatedPathSegList

Proporciona accés als continguts animats actuals de l’atribute ’d’ en una forma que coincideix un per un amb la síntaxa de SVG. Si l’atribut o la propietat es anima, conté el valor animat actual de la atributa o de les propietats, i tant el mateix objecte com el seu contingut només es llegeixen.

[DOMName("animatedPathSegList")]
SVGPathSegList AnimatedPathSegList { get; }

Valor de la propietat

SVGPathSegList

PathSegList

Proporciona accés al contingut bàsic (és a dir, estàtic) de l’atribute ’d’ en una forma que coincideix un per un amb la síntesi de SVG.Per tant, si l’atribute ’d’ té un comandament “absolut moveto (M)” i un “absoluut arcto (A”, llavors el pathSegList tindrà dues entrades: un SVG_PATHSEG_MOVETO_ABS i una SV G_FATHEG-ARC_AbS.

[DOMName("pathSegList")]
SVGPathSegList PathSegList { get; }

Valor de la propietat

SVGPathSegList

 Català