Draws a circle.
Namespace: SharpKit.Raphael
Class: Paper
public Element circle(JsNumber x, JsNumber y, JsNumber r)
var c = paper.circle(50, 50, 40);