CaptureModeList.resize Method

Module: CaptureModeList

Definition

CaptureModeList object.

resize(self, new_size: int) -> None

Parameters

new_size int
in FingerCaptureMode object.

Exceptions

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

Parameters

newSize int
in FingerCaptureMode object.

Exceptions

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

Parameters

newSize int
in FingerCaptureMode object.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3FingerCaptureCaptureModeList_Resize (
    ID3_FINGER_CAPTURE_CAPTURE_MODE_LIST hCaptureModeList,
    int newSize)

Parameters

in Handle to the CaptureModeList object.

newSize int
in FingerCaptureMode object.

Returns

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