Share via


ISVGPathSegCurvetoCubicSmoothAbs interface

Corresponds to an absolute smooth cubic curveto (S) path data command.

Members

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

  • Properties

Properties

The ISVGPathSegCurvetoCubicSmoothAbs interface has these properties.

Property Access type Description

ISVGPathSegCurvetoCubicSmoothRel::x2

Read/write

Gets or sets the absolute or relative x-coordinate for the second control point.

ISVGPathSegCurvetoCubicSmoothRel::y2

Read/write

Gets or sets the absolute or relative y-coordinate for the second control point.

ISVGUseElement::x

Read/write

Gets or sets the x-coordinate value.

ISVGUseElement::y

Read/write

Gets or sets the y-coordinate value.

 

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