PathSegList
SVGPathElement.PathSegList property
Bietet Zugriff auf den Basisinhalt (dh statischen) des ’d’-Attributs in einer Form, die eins zu eins mit der SVG-Syntax übereinstimmt. Wenn also das ’d’-Attribut einen “absolute moveto (M)” und einen “absolute arcto (A)” Befehl hat, dann hat pathSegList zwei Einträge: einen SVG_PATHSEG_MOVETO_ABS und einen SVG_PATHSEG_ARC_ABS.
public SVGPathSegList PathSegList { get; set; }
Eigentumswert
Die Pfadsegmentliste.
Siehe auch
- class SVGPathSegList
- class SVGPathElement
- namensraum Aspose.Svg
- Montage Aspose.SVG