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.
public static Paper Create(JsNumber x, JsNumber y, JsNumber width, JsNumber height, JsAction callback)