ISVGPathSeg interface

Defines a base interface that correspoinds to a single command that has a path data specification.

Members

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

  • Properties

Properties

The ISVGPathSeg interface has these properties.

Property Access type Description

ISVGPathSeg::pathSegType

Read/write

Gets the type of the path segment.

ISVGPathSeg::pathSegTypeAsLetter

Read-only

Gets the type of the path segment, specified by the corresponding one-character command name.

 

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