Beispiel #1
0
        public static IMAGERESULT Init(SWIGTYPE_p_p_BaseBitmap res, 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), 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);
        }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_BitmapLoaderPlugin obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }