Example #1
0
 public void AddRange(CVPointList values)
 {
     LandmarkDetectorPINVOKE.CVPointList_AddRange(swigCPtr, CVPointList.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }