FingerPositionList Class¶
Namespace: id3.FingerCapture
Definition¶
Provides a list of all possible finger positions used during fingerprint capture.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the FingerPositionList object. |
|
Clears the FingerPositionList object. |
|
Gets an item of the FingerPositionList object. |
|
Gets the number of elements in the FingerPositionList object. |
|
Removes an element of the FingerPositionList object. |
|
FingerPositionList object. |
|
Sets an item of the FingerPositionList object. |