ISVGAngle interface

Corresponds to the svgAngleType basic data type.

Members

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

  • Methods
  • Properties

Methods

The ISVGAngle interface has these methods.

Method Description
ISVGLength::convertToSpecifiedUnits

Changes the stored unit identifier to the specified type.

ISVGLength::newValueSpecifiedUnits

Resets the specified value as a number with the specified unit type, replacing the values for all of the attributes on the object.

 

Properties

The ISVGAngle interface has these properties.

Property Access type Description

ISVGAngle::unitType

Read/write

Gets or sets a value that indicates the type of angle units.

ISVGLength::valueAsString

Read/write

Gets or sets the string form of the ISVGNumber::value property, in the units that svgUnitTypes specifies.

ISVGLength::valueInSpecifiedUnits

Read/write

Gets or sets the length or angle value, as a floating point number, in the units that svgUnitTypes specifies.

ISVGNumber::value

Read/write

Gets or sets the value of the given attribute.

 

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