public CVPointList GetRange(int index, int count) { global::System.IntPtr cPtr = LandmarkDetectorPINVOKE.CVPointList_GetRange(swigCPtr, index, count); CVPointList ret = (cPtr == global::System.IntPtr.Zero) ? null : new CVPointList(cPtr, true); if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending) { throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }