ImageList.set Method¶
Module: ImageList
Definition¶
Sets an item of the ImageList object.
set(self, index: int, image_item: Image) -> None
Parameters
Exceptions
An error has occurred during Face Library execution.
void set(int index, Image imageItem)
Parameters
Exceptions
An error has occurred during Face Library execution.
public void Set(int index, Image imageItem)
Parameters
Exceptions
An error has occurred during Face Library execution.
public void set(int index, Image imageItem) throws FaceException
Parameters
Exceptions
An error has occurred during Face Library execution.
public func set(index: Int32, imageItem: Image) throws
Parameters
Exceptions
An error has occurred during Face Library execution.
int id3FaceImageList_Set (
ID3_FACE_IMAGE_LIST hImageList,
int index,
ID3_FACE_IMAGE hImageItem)
Parameters
hImageList
ID3_FACE_IMAGE_LISTin Handle to the ImageList object.index
intin Index of the Image item to set.hImageItem
ID3_FACE_IMAGEin Image item to set.
Returns