Пример #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();
     }
 }
Пример #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);
        }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_MultipassBitmap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }