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