C# Класс SharpVectors.Dom.Svg.SvgAngle

Summary description for SvgAngle.
Наследование: ISvgAngle
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConvertToSpecifiedUnits ( SvgAngleType unitType ) : void

Preserve the same underlying stored value, but reset the stored unit identifier to the given unitType. Object attributes unitType, valueAsSpecified and valueAsString might be modified as a result of this method.

NewValueSpecifiedUnits ( SvgAngleType unitType, double valueInSpecifiedUnits ) : void

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

SvgAngle ( string baseVal, string defaultValue, bool readOnly ) : System

Creates a SvgAngle value

Описание методов

ConvertToSpecifiedUnits() публичный Метод

Preserve the same underlying stored value, but reset the stored unit identifier to the given unitType. Object attributes unitType, valueAsSpecified and valueAsString might be modified as a result of this method.
public ConvertToSpecifiedUnits ( SvgAngleType unitType ) : void
unitType SvgAngleType The unitType to switch to (e.g., SvgAngleTypeDEG).
Результат void

NewValueSpecifiedUnits() публичный Метод

Reset the value as a number with an associated unitType, thereby replacing the values for all of the attributes on the object.
public NewValueSpecifiedUnits ( SvgAngleType unitType, double valueInSpecifiedUnits ) : void
unitType SvgAngleType The unitType for the angle value (e.g., SvgAngleTypeDEG).
valueInSpecifiedUnits double The angle value
Результат void

SvgAngle() публичный Метод

Creates a SvgAngle value
public SvgAngle ( string baseVal, string defaultValue, bool readOnly ) : System
baseVal string
defaultValue string The default value for the angle.
readOnly bool Specifies if the value should be read-only
Результат System