pathSegList property

Gets or sets the static contents of the ISVGMatrix::d attribute in a form that matches the Scalable Vector Graphics (SVG) syntax.

 

Syntax

HRESULT value = object.put_pathSegList(ISVGPathSegList* v);HRESULT value = object.get_pathSegList(ISVGPathSegList** p);

Property values

Type: Object

The contents of the ISVGMatrix::d attribute.

Standards information

Remarks

With the ISVGAnimatedPathData::pathSegList property, you can access the base (or static) contents of the ISVGMatrix::d attribute in a form that directly matches the SVG syntax. If the ISVGMatrix::d attribute contains an "absolute moveto (M)" and an "absolute arcto (A)" command, ISVGAnimatedPathData::pathSegList contains two entries: SVG_PATHSEG_MOVETO_ABS and SVG_PATHSEG_ARC_ABS.

See also

ISVGAnimatedPathData::animatedPathSegList