예제 #1
0
        public static CVPoint2DPairList Repeat(CVPoint2DPair value, int count)
        {
            global::System.IntPtr cPtr = LandmarkDetectorPINVOKE.CVPoint2DPairList_Repeat(CVPoint2DPair.getCPtr(value), count);
            CVPoint2DPairList     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CVPoint2DPairList(cPtr, true);

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