PointList.clear Method¶
Module: PointList
Definition¶
Clears the PointList object.
public void clear() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public func clear() throws
Exceptions
An error has occurred during Face Library execution.
int id3FacePointList_Clear (
ID3_FACE_POINT_LIST hPointList)
Parameters
hPointList
ID3_FACE_POINT_LISTin Handle to the PointList object.
Returns