ImageList.set Method

Module: ImageList

Definition

Sets an item of the ImageList object.

set(self, index: int, image_item: Image) -> None

Parameters

index int
in Index of the Image item to set.

image_item Image
in Image item to set.

Exceptions

An error has occurred during Face Library execution.
void set(int index, Image imageItem)

Parameters

index int
in Index of the Image item to set.

imageItem Image
in Image item to set.

Exceptions

An error has occurred during Face Library execution.
public void Set(int index, Image imageItem)

Parameters

index int
in Index of the Image item to set.

imageItem Image
in Image item to set.

Exceptions

An error has occurred during Face Library execution.
public void set(int index, Image imageItem) throws FaceException

Parameters

index int
in Index of the Image item to set.

imageItem Image
in Image item to set.

Exceptions

An error has occurred during Face Library execution.
public func set(index: Int32, imageItem: Image) throws

Parameters

index Int32
in Index of the Image item to set.

imageItem Image
in Image item to set.

Exceptions

An error has occurred during Face Library execution.
int id3FaceImageList_Set (
    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 set.

hImageItem ID3_FACE_IMAGE
in Image item to set.

Returns

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