internal static HandleRef getCPtr(SWIGTYPE_p_p_BaseBitmap obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
 public static IMAGERESULT Init(SWIGTYPE_p_p_BaseBitmap res, SWIGTYPE_p_Filename name, int frame, SWIGTYPE_p_Bool ismovie, SWIGTYPE_p_p_BitmapLoaderPlugin loaderplugin) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Init__SWIG_0(SWIGTYPE_p_p_BaseBitmap.getCPtr(res), SWIGTYPE_p_Filename.getCPtr(name), frame, SWIGTYPE_p_Bool.getCPtr(ismovie), SWIGTYPE_p_p_BitmapLoaderPlugin.getCPtr(loaderplugin));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #3
0
 public static IMAGERESULT Init(SWIGTYPE_p_p_BaseBitmap res, SWIGTYPE_p_Filename name, int frame) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Init__SWIG_2(SWIGTYPE_p_p_BaseBitmap.getCPtr(res), SWIGTYPE_p_Filename.getCPtr(name), frame);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #4
0
 public static void Free(SWIGTYPE_p_p_BaseBitmap bc) {
   C4dApiPINVOKE.BaseBitmap_Free(SWIGTYPE_p_p_BaseBitmap.getCPtr(bc));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }