PathSegList
SVGPathElement.PathSegList property
Proporciona acceso al contenido base (es decir, estático) del atributo ’d’ en una forma que coincide uno a uno con la sintaxis de SVG. Por lo tanto, si el atributo ’d’ tiene un comando “absolute moveto (M)” y “absolute arcto (A)”, entonces pathSegList tendrá dos entradas: un SVG_PATHSEG_MOVETO_ABS y un SVG_PATHSEG_ARC_ABS.
public SVGPathSegList PathSegList { get; set; }
El valor de la propiedad
La lista de segmentos de ruta.
Ver también
- class SVGPathSegList
- class SVGPathElement
- espacio de nombres Aspose.Svg
- asamblea Aspose.SVG