SVGLength Class |
Namespace: Aspose.Svg.DataTypes
The SVGLength type exposes the following members.
Name | Description | |
---|---|---|
![]() | UnitType |
The type of the value as specified by one of the SVG_LENGTHTYPE_* constants defined on this interface.
|
![]() | Value |
The value as a floating point value, in user units. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.
|
![]() | ValueAsString |
The value as a string value, in the units expressed by unitType. Setting this attribute will cause value, valueInSpecifiedUnits and unitType to be updated automatically to reflect this setting.
|
![]() | ValueInSpecifiedUnits |
The value as a floating point value, in the units expressed by unitType. Setting this attribute will cause value and valueAsString to be updated automatically to reflect this setting.
|
Name | Description | |
---|---|---|
![]() | ConvertToSpecifiedUnits |
Preserve the same underlying stored value, but reset the stored unit identifier to the given unitType. Object attributes unitType, valueInSpecifiedUnits and valueAsString might be modified as a result of this method. For example, if the original value were "0.5cm" and the method was invoked to convert to millimeters, then the unitType would be changed to SVG_LENGTHTYPE_MM, valueInSpecifiedUnits would be changed to the numeric value 5 and valueAsString would be changed to "5mm".
|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NewValueSpecifiedUnits |
Reset the value as a number with an associated unitType, thereby replacing the values for all of the attributes on the object.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | SVG_LENGTHTYPE_CM |
A value was specified using the cm units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_EMS |
A value was specified using the em units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_EXS |
A value was specified using the ex units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_IN |
A value was specified using the in units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_MM |
A value was specified using the mm units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_NUMBER |
No unit type was provided (i.e., a unitless value was specified), which indicates a value in user units.
|
![]() ![]() | SVG_LENGTHTYPE_PC |
A value was specified using the pc units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_PERCENTAGE |
A percentage value was specified.
|
![]() ![]() | SVG_LENGTHTYPE_PT |
A value was specified using the pt units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_PX |
A value was specified using the px units defined in CSS2.
|
![]() ![]() | SVG_LENGTHTYPE_UNKNOWN |
The unit type is not one of predefined unit types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
|