Пример #1
0
 public void RemoveRange(int index, int count)
 {
     LandmarkDetectorPINVOKE.CVPointList_RemoveRange(swigCPtr, index, count);
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }