'KCMLCaptureForm(Png$, Length)
Capture and return a PNG image of the current form.
Arguments
| DIM() | Png$ | [out] | Buffer to receive the PNG image. |
| INT() | Length | [in] | Size of the buffer in bytes. |
Returns
Size of the actual PNG or zero if no form or the form is minimized.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLCaptureForm(RETURN DIM(), INT())
Further Information
| Introduced | KCML 5.00 |
| Compatibility | KClient |
See Also
KCMLImageCapture, KCMLImageLoad, KCMLImageResize, KCMLImageReturn, KCMLImageSave