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