SVGAngle.NewValueSpecifiedUnits

SVGAngle.NewValueSpecifiedUnits method

Reset the value as a number with an associated unitType, thereby replacing the values for all of the attributes on the object.

public void NewValueSpecifiedUnits(ushort newUnitType, float valueInSpecifiedUnits)
ParameterTypeDescription
newUnitTypeUInt16The unit type for the value (e.g., SVG_ANGLETYPE_DEG).
valueInSpecifiedUnitsSingleThe angle value.

Exceptions

exceptioncondition
DOMExceptionCode NOT_SUPPORTED_ERRRaised if unitType is SVG_ANGLETYPE_UNKNOWN or not a valid unit type constant (one of the other SVG_ANGLETYPE_* constants defined on this interface).
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERRRaised when the angle corresponds to a read only attribute or when the object itself is read only.

See Also