CaptureImage.clone Method¶
Module: CaptureImage
Definition¶
Clones the CaptureImage object.
clone(self) -> CaptureImage
Returns
The newly created capture image.
Exceptions
An error has occurred during Devices Library execution.
CaptureImage clone()
Returns
The newly created capture image.
Exceptions
An error has occurred during Devices Library execution.
public CaptureImage Clone()
Returns
The newly created capture image.
Exceptions
An error has occurred during Devices Library execution.
public CaptureImage clone() throws DevicesException
Returns
The newly created capture image.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCaptureImage_CopyTo (
ID3_DEVICES_CAPTURE_IMAGE hCaptureImage,
ID3_DEVICES_CAPTURE_IMAGE hCaptureImageDst)
Parameters
hCaptureImage
ID3_DEVICES_CAPTURE_IMAGEin Handle to the CaptureImage object.hCaptureImageDst
ID3_DEVICES_CAPTURE_IMAGEout The newly created capture image.
Returns