StringList.resize Method

Module: StringList

Definition

StringList object.

resize(self, new_size: int) -> None

Parameters

new_size int
in object.

Exceptions

An error has occurred during Face Library execution.
void resize(int newSize)

Parameters

newSize int
in object.

Exceptions

An error has occurred during Face Library execution.
public void Resize(int newSize)

Parameters

newSize int
in object.

Exceptions

An error has occurred during Face Library execution.
public void resize(int newSize) throws FaceException

Parameters

newSize int
in object.

Exceptions

An error has occurred during Face Library execution.
public func resize(newSize: Int32) throws

Parameters

newSize Int32
in object.

Exceptions

An error has occurred during Face Library execution.
int id3FaceStringList_Resize (
    ID3_FACE_STRING_LIST hStringList,
    int newSize)

Parameters

in Handle to the StringList object.

newSize int
in object.

Returns

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