Page.drawImage

Shows an image in one operation.

class Page
drawImage
(,
float x
,
float y
,
float width
,
float height
)

Parameters

image Image

The handle of an image object.

x float

The lower-left point of the region where image is displayed.

y float

The lower-left point of the region where image is displayed.

width float

The width of the region where image is displayed.

height float

The width of the region where image is displayed.

Graphics Mode
Before and after
GMode.pageDescription

Meta