Raphael.Create Method (HtmlElement, JsNumber, JsNumber, JsAction)
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
Syntax
public static Paper Create(HtmlElement container, JsNumber width, JsNumber height, JsAction callback)
Parameters
container
width
height
callback
Return Value
Type: SharpKit.Raphael.Paper
|