SVGPathSeg

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

pathSegType
ushort pathSegType()
Undocumented in source. Be warned that the author may not have intended to support it.
pathSegTypeAsLetter
string pathSegTypeAsLetter()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

PATHSEG_ARC_ABS
enum ushort PATHSEG_ARC_ABS;
Undocumented in source.
PATHSEG_ARC_REL
enum ushort PATHSEG_ARC_REL;
Undocumented in source.
PATHSEG_CLOSEPATH
enum ushort PATHSEG_CLOSEPATH;
Undocumented in source.
PATHSEG_CURVETO_CUBIC_ABS
enum ushort PATHSEG_CURVETO_CUBIC_ABS;
Undocumented in source.
PATHSEG_CURVETO_CUBIC_REL
enum ushort PATHSEG_CURVETO_CUBIC_REL;
Undocumented in source.
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
enum ushort PATHSEG_CURVETO_CUBIC_SMOOTH_ABS;
Undocumented in source.
PATHSEG_CURVETO_CUBIC_SMOOTH_REL
enum ushort PATHSEG_CURVETO_CUBIC_SMOOTH_REL;
Undocumented in source.
PATHSEG_CURVETO_QUADRATIC_ABS
enum ushort PATHSEG_CURVETO_QUADRATIC_ABS;
Undocumented in source.
PATHSEG_CURVETO_QUADRATIC_REL
enum ushort PATHSEG_CURVETO_QUADRATIC_REL;
Undocumented in source.
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
enum ushort PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS;
Undocumented in source.
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
enum ushort PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL;
Undocumented in source.
PATHSEG_LINETO_ABS
enum ushort PATHSEG_LINETO_ABS;
Undocumented in source.
PATHSEG_LINETO_HORIZONTAL_ABS
enum ushort PATHSEG_LINETO_HORIZONTAL_ABS;
Undocumented in source.
PATHSEG_LINETO_HORIZONTAL_REL
enum ushort PATHSEG_LINETO_HORIZONTAL_REL;
Undocumented in source.
PATHSEG_LINETO_REL
enum ushort PATHSEG_LINETO_REL;
Undocumented in source.
PATHSEG_LINETO_VERTICAL_ABS
enum ushort PATHSEG_LINETO_VERTICAL_ABS;
Undocumented in source.
PATHSEG_LINETO_VERTICAL_REL
enum ushort PATHSEG_LINETO_VERTICAL_REL;
Undocumented in source.
PATHSEG_MOVETO_ABS
enum ushort PATHSEG_MOVETO_ABS;
Undocumented in source.
PATHSEG_MOVETO_REL
enum ushort PATHSEG_MOVETO_REL;
Undocumented in source.
PATHSEG_UNKNOWN
enum ushort PATHSEG_UNKNOWN;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta