PointList.clone Method

Module: PointList

Definition

Clones the PointList object.

clone(self) -> PointList

Returns

The newly created point list.

Exceptions

An error has occurred during Face Library execution.
PointList clone()

Returns

The newly created point list.

Exceptions

An error has occurred during Face Library execution.
public PointList Clone()

Returns

The newly created point list.

Exceptions

An error has occurred during Face Library execution.
public PointList clone() throws FaceException

Returns

The newly created point list.

Exceptions

An error has occurred during Face Library execution.
public func clone() throws -> PointList

Returns

The newly created point list.

Exceptions

An error has occurred during Face Library execution.
int id3FacePointList_CopyTo (
    ID3_FACE_POINT_LIST hPointList,
    ID3_FACE_POINT_LIST hPointListDst)

Parameters

in Handle to the PointList object.

hPointListDst ID3_FACE_POINT_LIST
out The newly created point list.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.