CaptureModeList.resize Method¶
Module: CaptureModeList
Definition¶
CaptureModeList object.
resize(self, new_size: int) -> None
Parameters
new_sizeintin FingerCaptureMode object.
Exceptions
An error has occurred during FingerCapture Library execution.
void resize(int newSize)
Parameters
newSizeintin FingerCaptureMode object.
Exceptions
An error has occurred during FingerCapture Library execution.
public void Resize(int newSize)
Parameters
newSizeintin FingerCaptureMode object.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3FingerCaptureCaptureModeList_Resize (
ID3_FINGER_CAPTURE_CAPTURE_MODE_LIST hCaptureModeList,
int newSize)
Parameters
hCaptureModeListID3_FINGER_CAPTURE_CAPTURE_MODE_LISTin Handle to the CaptureModeList object.newSizeintin FingerCaptureMode object.
Returns