ImgDlog_RasterSize

Display a dialog where the user can adjust the size of a raster frame.
ImgDlog_RasterSize(pixelSizePtr; dpiSizePtr) ➔ success
pixelSizePtr Pointer Pointer to the raster frame pixel size.
dpiSizePtr Pointer Pointer to the raster frame resolution.
success Longint Completion status: 1 on success, 0 otherwise.

Display a dialog where the user can adjust the size of a raster frame by changing the pixel size and/or resolution.

Parameters pixelSizePtr and dpiSizePtr are both pointers to SizeObj objects. On entry, the two SizeObj objects specify the current pixel size and resolution respectively. On successful completion they will contain the new values entered by the user.

If the user accepts the dialog, 1 is returned in success, 0 otherwise.