Example #1
0
 public static void Free(SWIGTYPE_p_p_MultipassBitmap bc)
 {
     C4dApiPINVOKE.MultipassBitmap_Free(SWIGTYPE_p_p_MultipassBitmap.getCPtr(bc));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public bool DeleteLayer(SWIGTYPE_p_p_MultipassBitmap layer)
        {
            bool ret = C4dApiPINVOKE.MultipassBitmap_DeleteLayer(swigCPtr, SWIGTYPE_p_p_MultipassBitmap.getCPtr(layer));

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