예제 #1
0
        public CVPoint2DList GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = LandmarkDetectorPINVOKE.CVPoint2DList_GetRange(swigCPtr, index, count);
            CVPoint2DList         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CVPoint2DList(cPtr, true);

            if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
            {
                throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }