public static CVPoint2DList Repeat(SWIGTYPE_p_cv__Point2d value, int count) { global::System.IntPtr cPtr = LandmarkDetectorPINVOKE.CVPoint2DList_Repeat(SWIGTYPE_p_cv__Point2d.getCPtr(value), count); CVPoint2DList ret = (cPtr == global::System.IntPtr.Zero) ? null : new CVPoint2DList(cPtr, true); if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending) { throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }