ShapeType Type
Specifies the shape type to be drawn. If "line", a line is drawn from (`x0`,`y0`) to (`x1`,`y1`) If "circle", a circle is drawn from ((`x0`+`x1`)/2, (`y0`+`y1`)/2)) with radius (|(`x0`+`x1`)/2 - `x0`|, |(`y0`+`y1`)/2 -`y0`)|) If "rect", a rectangle is drawn linking (`x0`,`y0`), (`x1`,`y0`), (`x1`,`y1`), (`x0`,`y1`), (`x0`,`y0`) If "path", draw a custom SVG path using `path`.
Union cases
Union case | Description |
Full Usage:
Circle
|
|
Full Usage:
Line
|
|
Full Usage:
Rectangle
|
|
Full Usage:
SvgPath
|
Instance members
Instance member | Description |
Full Usage:
this.Convert
Returns: obj
|
|