Esempio n. 1
0
        public bool Start(SWIGTYPE_p_GeDialog dlg, int mode, int start_x, int start_y, int start_button, int sx1)
        {
            bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_3(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dlg), mode, start_x, start_y, start_button, sx1);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public bool CreateDefaultWindow(SWIGTYPE_p_GeDialog dlg)
        {
            bool ret = C4dApiPINVOKE.ColorProfile_CreateDefaultWindow(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dlg));

            return(ret);
        }
Esempio n. 3
0
        public bool Attach(SWIGTYPE_p_GeDialog dialog, GvNodeMaster master)
        {
            bool ret = C4dApiPINVOKE.GvNodeGUI_Attach(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dialog), GvNodeMaster.getCPtr(master));

            return(ret);
        }