PointList Class¶
Namespace: id3.Face
Definition¶
Represents a point list.
Properties¶
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the PointList object. |
|
Clears the PointList object. |
|
Clones the PointList object. |
|
Gets an item of the PointList object. |
|
Gets the number of elements in the PointList object. |
|
Removes an element of the PointList object. |
|
PointList object. |
|
Sets an item of the PointList object. |