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