ImageDict.clear Method¶
Module: ImageDict
Definition¶
Clears the ImageDict 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 id3FaceImageDict_Clear (
ID3_FACE_IMAGE_DICT hImageDict)
Parameters
hImageDict
ID3_FACE_IMAGE_DICTin Handle to the ImageDict object.
Returns