Creates a canvas object on which to draw. You must do this first, as all future calls to drawing methods from this instance will be bound to this canvas.
Namespace: SharpKit.Raphael
Class: Raphael
public static Paper Create(HtmlElement container, JsNumber width, JsNumber height)