예제 #1
0
파일: BaseDraw.cs 프로젝트: pr1m3c0d3/Fusee
 public static void Free(SWIGTYPE_p_p_BaseDraw bd) {
   C4dApiPINVOKE.BaseDraw_Free(SWIGTYPE_p_p_BaseDraw.getCPtr(bd));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_BaseDraw obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }