ImageList.get Method

Module: ImageList

Definition

Gets an item of the ImageList object.

get(self, index: int) -> Image

Parameters

index int
in 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 int
in 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 int
in 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 int
in 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 Int32
in 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

in Handle to the ImageList object.

index int
in Index of the Image item to get.

hImageItem ID3_FACE_IMAGE
out Image item to get.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.