Exemplo n.º 1
0
        public IMAGERESULT Init(int x, int y, int depth, INITBITMAPFLAGS flags)
        {
            IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Init__SWIG_7(swigCPtr, x, y, depth, (int)flags);

            return(ret);
        }
Exemplo n.º 2
0
 public IMAGERESULT Init(int x, int y, int depth, INITBITMAPFLAGS flags) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Init__SWIG_7(swigCPtr, x, y, depth, (int)flags);
   return ret;
 }