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
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 |
|---|---|---|
|
Read/write |
Gets or sets a value that indicates the type of angle units. | |
|
Read/write |
Gets or sets the string form of the ISVGNumber::value property, in the units that svgUnitTypes specifies. | |
|
Read/write |
Gets or sets the length or angle value, as a floating point number, in the units that svgUnitTypes specifies. | |
|
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 |
|
|
IDL |
|
|
DLL |
|
See also