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