ImageList.get Method¶
Module: ImageList
Definition¶
Gets an item of the ImageList object.
get(self, index: int) -> Image
Parameters
indexintin Index of the Image item to get.
Returns
Image item to get.
Exceptions
An error has occurred during Face Library execution.
Image get(int index)
Parameters
indexintin Index of the Image item to get.
Returns
Image item to get.
Exceptions
An error has occurred during Face Library execution.
public Image Get(int index)
Parameters
indexintin Index of the Image item to get.
Returns
Image item to get.
Exceptions
An error has occurred during Face Library execution.
public Image get(int index) throws FaceException
Parameters
indexintin Index of the Image item to get.
Returns
Image item to get.
Exceptions
An error has occurred during Face Library execution.
public func get(index: Int32) throws -> Image
Parameters
indexInt32in Index of the Image item to get.
Returns
Image item to get.
Exceptions
An error has occurred during Face Library execution.
int id3FaceImageList_Get (
ID3_FACE_IMAGE_LIST hImageList,
int index,
ID3_FACE_IMAGE hImageItem)
Parameters
hImageListID3_FACE_IMAGE_LISTin Handle to the ImageList object.indexintin Index of the Image item to get.hImageItemID3_FACE_IMAGEout Image item to get.
Returns