'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

IntroducedKCML 5.00
CompatibilityKClient

See Also

KCMLCaptureForm, KCMLImageCapture, KCMLImageLoad, KCMLImageReturn, KCMLImageSave

Index of internal $DECLARE functions