ImageList.clone Method

Module: ImageList

Definition

Clones the ImageList object.

clone(self) -> ImageList

Returns

The newly created image list.

Exceptions

An error has occurred during Face Library execution.
ImageList clone()

Returns

The newly created image list.

Exceptions

An error has occurred during Face Library execution.
public ImageList Clone()

Returns

The newly created image list.

Exceptions

An error has occurred during Face Library execution.
public ImageList clone() throws FaceException

Returns

The newly created image list.

Exceptions

An error has occurred during Face Library execution.
public func clone() throws -> ImageList

Returns

The newly created image list.

Exceptions

An error has occurred during Face Library execution.
int id3FaceImageList_CopyTo (
    ID3_FACE_IMAGE_LIST hImageList,
    ID3_FACE_IMAGE_LIST hImageListDst)

Parameters

in Handle to the ImageList object.

hImageListDst ID3_FACE_IMAGE_LIST
out The newly created image list.

Returns

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