示例#1
0
 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;
 }