CaptureImage event (ILEADRasterScr)
void CaptureImage (long CaptureNumber); | |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Occurs for each image is captured, using any of the capture methods.
The user can use this event to copy, display, save, or otherwise handle the images that are captured during a multi capture operation.
The user can stop a multi capture operation by calling the StopCapture method.
See Also