PointList Class

Namespace: id3.Face

Definition

Represents a point list.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

Point

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

add

Adds an item to the PointList object.

clear

Clears the PointList object.

clone

Clones the PointList object.

get

Gets an item of the PointList object.

getCount

Gets the number of elements in the PointList object.

removeAt

Removes an element of the PointList object.

resize

PointList object.

set

Sets an item of the PointList object.