Table of Contents

Method NewValueSpecifiedUnits

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

NewValueSpecifiedUnits(SvgAngleType, double)

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

void NewValueSpecifiedUnits(SvgAngleType unitType, double valueInSpecifiedUnits)

Parameters

unitType SvgAngleType

The unitType for the angle value (e.g., SvgAngleTypeDEG).

valueInSpecifiedUnits double

The angle value.