FingerPositionList.resize Method

Module: FingerPositionList

Definition

FingerPositionList object.

resize(self, new_size: int) -> None

Parameters

new_size int
in FingerPosition object.

Exceptions

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

Parameters

newSize int
in FingerPosition object.

Exceptions

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

Parameters

newSize int
in FingerPosition object.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerPositionList_Resize (
    ID3_FINGER_CAPTURE_FINGER_POSITION_LIST hFingerPositionList,
    int newSize)

Parameters

in Handle to the FingerPositionList object.

newSize int
in FingerPosition object.

Returns

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