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