SVGLength

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

convertToSpecifiedUnits
void convertToSpecifiedUnits(ushort unitType)
Undocumented in source. Be warned that the author may not have intended to support it.
newValueSpecifiedUnits
void newValueSpecifiedUnits(ushort unitType, float valueInSpecifiedUnits)
Undocumented in source. Be warned that the author may not have intended to support it.
unitType
auto unitType()
Undocumented in source. Be warned that the author may not have intended to support it.
value
void value(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
value
auto value()
Undocumented in source. Be warned that the author may not have intended to support it.
valueAsString
void valueAsString(string valueAsString)
Undocumented in source. Be warned that the author may not have intended to support it.
valueAsString
auto valueAsString()
Undocumented in source. Be warned that the author may not have intended to support it.
valueInSpecifiedUnits
void valueInSpecifiedUnits(float valueInSpecifiedUnits)
Undocumented in source. Be warned that the author may not have intended to support it.
valueInSpecifiedUnits
auto valueInSpecifiedUnits()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

SVG_LENGTHTYPE_CM
enum ushort SVG_LENGTHTYPE_CM;
Undocumented in source.
SVG_LENGTHTYPE_EMS
enum ushort SVG_LENGTHTYPE_EMS;
Undocumented in source.
SVG_LENGTHTYPE_EXS
enum ushort SVG_LENGTHTYPE_EXS;
Undocumented in source.
SVG_LENGTHTYPE_IN
enum ushort SVG_LENGTHTYPE_IN;
Undocumented in source.
SVG_LENGTHTYPE_MM
enum ushort SVG_LENGTHTYPE_MM;
Undocumented in source.
SVG_LENGTHTYPE_NUMBER
enum ushort SVG_LENGTHTYPE_NUMBER;
Undocumented in source.
SVG_LENGTHTYPE_PC
enum ushort SVG_LENGTHTYPE_PC;
Undocumented in source.
SVG_LENGTHTYPE_PERCENTAGE
enum ushort SVG_LENGTHTYPE_PERCENTAGE;
Undocumented in source.
SVG_LENGTHTYPE_PT
enum ushort SVG_LENGTHTYPE_PT;
Undocumented in source.
SVG_LENGTHTYPE_PX
enum ushort SVG_LENGTHTYPE_PX;
Undocumented in source.
SVG_LENGTHTYPE_UNKNOWN
enum ushort SVG_LENGTHTYPE_UNKNOWN;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta