Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

ISVGPathSegCurvetoCubicRel interface

Corresponds to a relative cubic Bézier curveto (c) path data command.

Members

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

Properties

The ISVGPathSegCurvetoCubicRel interface has these properties.

PropertyAccess typeDescription

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.

ISVGPathSegCurvetoQuadraticRel::x1

Read/write

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

ISVGPathSegCurvetoQuadraticRel::y1

Read/write

Gets or sets the absolute or relative y-coordinate for the first 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

 

 

Build date: 11/12/2012

Community Additions

© 2013 Microsoft. All rights reserved.