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
SvgAngleTypeThe unitType for the angle value (e.g., SvgAngleTypeDEG).
valueInSpecifiedUnits
doubleThe angle value.