DrawShape with DrawShapeKind.CIRCLE.DrawShape circle(string x, string y, string r, string styleName = "")Constructs a circle shape.
x | The SVG x position (centre). |
y | The SVG y position (centre). |
r | The SVG radius. |
styleName | Optional draw:style-name. |
DrawShape with DrawShapeKind.CIRCLE.