コード例 #1
0
ファイル: CVDoubleRectList.cs プロジェクト: zjmsky/SharpFace
 public void RemoveAt(int index)
 {
     LandmarkDetectorPINVOKE.CVDoubleRectList_RemoveAt(swigCPtr, index);
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }