SVGAngle

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_ANGLETYPE_DEG
enum ushort SVG_ANGLETYPE_DEG;
Undocumented in source.
SVG_ANGLETYPE_GRAD
enum ushort SVG_ANGLETYPE_GRAD;
Undocumented in source.
SVG_ANGLETYPE_RAD
enum ushort SVG_ANGLETYPE_RAD;
Undocumented in source.
SVG_ANGLETYPE_UNKNOWN
enum ushort SVG_ANGLETYPE_UNKNOWN;
Undocumented in source.
SVG_ANGLETYPE_UNSPECIFIED
enum ushort SVG_ANGLETYPE_UNSPECIFIED;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta