PV-WAVE Advantage > JWAVE User Guide > JWAVE Wrapper API > SETIMAGESIZE Procedure   
SETIMAGESIZE Procedure   
Sets size of the image appropriately for current PV‑WAVE device driver.
Usage
SETIMAGESIZE, xsize, ysize
Input Parameters
xsize—The x-dimension size of the image, in pixels.
ysize—The y-dimension size of the image, in pixels.
Example
SetImageSize, 200, 200
See Also