ImageList.clear Method¶
Module: ImageList
Definition¶
Clears the ImageList object.
public void clear() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public func clear() throws
Exceptions
An error has occurred during Face Library execution.
int id3FaceImageList_Clear (
ID3_FACE_IMAGE_LIST hImageList)
Parameters
hImageList
ID3_FACE_IMAGE_LISTin Handle to the ImageList object.
Returns