Numeric.GetValue
GetValue()
Gets the unit value.
public double GetValue()
Return Value
The object value.
See Also
- class Numeric
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG
GetValue(UnitType)
Gets the value converted to the specified UnitType
.
public double GetValue(UnitType unitType)
Parameter | Type | Description |
---|---|---|
unitType | UnitType | Type of the unit. |
Return Value
Returns value that is converted to specified type.
Exceptions
exception | condition |
---|---|
ArgumentNullException | unitType |
See Also
- class UnitType
- class Numeric
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG