Draws the image.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
function drawImage(image, x, y, w, h);

Parameters

image
Type: System..::..Object
The image.
x
Type: System..::..Int32
The x.
y
Type: System..::..Int32
The y.
w
Type: System..::..Int32
The w.
h
Type: System..::..Int32
The h.

See Also