Name
page:DrawImage -- draw image to page
Synopsis
status = page:DrawImage(image, x, y, width, height)
Function
page:DrawImage() shows an image in one operation.

Inputs
image
the handle of an image object
x
horizontal coordinate for image
y
vertical coordinate for image
width
the width of the region where image is displayed
height
the height of the region where image is displayed
Results
status
status code

Show TOC