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
hImageList
ID3_FACE_IMAGE_LISTin Handle to the ImageList object.hImageListDst
ID3_FACE_IMAGE_LISTout The newly created image list.
Returns