ISVGPathElement interface

Corresponds to the path element.

Members

The ISVGPathElement interface inherits from the IDispatch interface. ISVGPathElement also has these types of members:

  • Methods
  • Properties

Methods

The ISVGPathElement interface has these methods.

Method Description
ISVGPathElement::createSVGPathSegArcAbs

Returns a stand-alone, parentless SVGPathSegArcAbs object.

ISVGPathElement::createSVGPathSegArcRel

Returns a stand-alone, parentless SVGPathSegArcRel object.

ISVGPathElement::createSVGPathSegClosePath

Returns a stand-alone, parentless SVGPathSegClosePath object.

ISVGPathElement::createSVGPathSegCurvetoCubicAbs

Returns a stand-alone, parentless SVGPathSegCurvetoCubicAbs object.

ISVGPathElement::createSVGPathSegCurvetoCubicRel

Returns a stand-alone, parentless SVGPathSegCurvetoCubicRel object.

ISVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs object.

ISVGPathElement::createSVGPathSegCurvetoCubicSmoothRel

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel object.

ISVGPathElement::createSVGPathSegCurvetoQuadraticAbs

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticAbs object.

ISVGPathElement::createSVGPathSegCurvetoQuadraticRel

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticRel object.

ISVGPathElement::createSVGPathSegCurvetoQuadraticSmoothAbs

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.

ISVGPathElement::createSVGPathSegCurvetoQuadraticSmoothRel

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel object.

ISVGPathElement::createSVGPathSegLinetoAbs

Returns a stand-alone, parentless SVGPathSegLinetoAbs object.

ISVGPathElement::createSVGPathSegLinetoHorizontalAbs

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalAbs object.

ISVGPathElement::createSVGPathSegLinetoHorizontalRel

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel object.

ISVGPathElement::createSVGPathSegLinetoRel

Returns a stand-alone, parentless SVGPathSegLinetoRel object.

ISVGPathElement::createSVGPathSegLinetoVerticalAbs

Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs object.

ISVGPathElement::createSVGPathSegLinetoVerticalRel

Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel object.

ISVGPathElement::createSVGPathSegMovetoAbs

Returns a standalone parentless SVGPathSegMovetoAbs object.

ISVGPathElement::createSVGPathSegMovetoRel

Returns a stand-alone, parentless SVGPathSegMovetoRel object.

ISVGPathElement::getPathSegAtLength

Gets the index of ISVGAnimatedPathData::pathSegList by using the specified distance along the path.

ISVGPathElement::getPointAtLength

Gets the (x,y) coordinate in user space that is the specified distance along the path.

ISVGPathElement::getTotalLength

Gets the total length of the path, as a distance in the current user coordinate system.

 

Properties

The ISVGPathElement interface has these properties.

Property Access type Description

ISVGPathElement::pathLength

Read/write

Not implemented.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch