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

in Handle to the CaptureImage object.

hCaptureImageDst ID3_DEVICES_CAPTURE_IMAGE
out The newly created capture image.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.