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 Finger Library execution.
void resize(int newSize)

Parameters

newSize int
in Point object.

Exceptions

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

Parameters

newSize int
in Point object.

Exceptions

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

Parameters

newSize int
in Point object.

Exceptions

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

Parameters

newSize Int32
in Point object.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerPointList_Resize (
    ID3_FINGER_POINT_LIST hPointList,
    int newSize)

Parameters

in Handle to the PointList object.

newSize int
in Point object.

Returns

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