PointList.resize Method

Module: PointList

Definition

PointList object.

resize(self, new_size: int) -> None

Parameters

new_size int
in Point object.

Exceptions

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

Parameters

newSize int
in Point object.

Exceptions

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

Parameters

newSize int
in Point object.

Exceptions

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

Parameters

newSize int
in Point object.

Exceptions

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

Parameters

newSize Int32
in Point object.

Exceptions

An error has occurred during Face Library execution.
int id3FacePointList_Resize (
    ID3_FACE_POINT_LIST hPointList,
    int newSize)

Parameters

in Handle to the PointList object.

newSize int
in Point object.

Returns

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