ISVGPathSegArcAbs interface

Corresponds to an absolute arcto (A) path data command.

Members

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

  • Properties

Properties

The ISVGPathSegArcAbs interface has these properties.

Property Access type Description

ISVGPathSegArcRel::largeArcFlag

Read/write

Gets or sets the value of the large-arc-flag parameter.

ISVGPathSegArcRel::r1

Read/write

Gets or sets the x-axis radius for an ellipse that is associated with a path element.

ISVGPathSegArcRel::r2

Read/write

Gets or sets the y-axis radius for an ellipse that is associated with a path element.

ISVGPathSegArcRel::sweepFlag

Read/write

Gets or sets the value of the sweep-flag parameter.

ISVGTransform::angle

Read/write

Gets or sets a value that indicates an angle unit.

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