'KCMLImageResize(Width, Height)
Resize an image previously created by 'KCMLImageCapture() or 'KCMLImageLoad().
Arguments
| INT() | Width | [in] | New width in pixels |
| INT() | Height | [in] | New height in pixels |
Returns
New size of the image or zero if no image stored.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLImageResize(INT(), INT())
Further Information
| Introduced | KCML 5.00 |
| Compatibility | KClient |
See Also
KCMLCaptureForm, KCMLImageCapture, KCMLImageLoad, KCMLImageReturn, KCMLImageSave