PointList.resize Method¶
Module: PointList
Definition¶
PointList object.
resize(self, new_size: int) -> None
Parameters
new_sizeintin Point object.
Exceptions
An error has occurred during Finger Library execution.
void resize(int newSize)
Parameters
newSizeintin Point object.
Exceptions
An error has occurred during Finger Library execution.
public void Resize(int newSize)
Parameters
newSizeintin Point object.
Exceptions
An error has occurred during Finger Library execution.
public void resize(int newSize) throws FingerException
Parameters
newSizeintin Point object.
Exceptions
An error has occurred during Finger Library execution.
public func resize(newSize: Int32) throws
Parameters
newSizeInt32in Point object.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerPointList_Resize (
    ID3_FINGER_POINT_LIST hPointList,
    int newSize)
Parameters
Returns