ImageList.get Method¶
Module: ImageList
Definition¶
Gets an item of the ImageList object.
get(self, index: int) -> Image
Parameters
index
intin 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
index
intin 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
index
intin 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
index
intin 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
index
Int32in 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
hImageList
ID3_FACE_IMAGE_LISTin Handle to the ImageList object.index
intin Index of the Image item to get.hImageItem
ID3_FACE_IMAGEout Image item to get.
Returns