Beispiel #1
0
        public SWIGTYPE_p_GeUserArea GetUserArea()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvNodeGUI_GetUserArea(swigCPtr);
            SWIGTYPE_p_GeUserArea ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_GeUserArea(cPtr, false);

            return(ret);
        }
Beispiel #2
0
        public bool Start(SWIGTYPE_p_GeUserArea ua, int mode)
        {
            bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_15(swigCPtr, SWIGTYPE_p_GeUserArea.getCPtr(ua), mode);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #3
0
        public bool Start(SWIGTYPE_p_GeUserArea ua, int mode, int start_x, int start_y, int start_button, int sx1, int sy1)
        {
            bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_10(swigCPtr, SWIGTYPE_p_GeUserArea.getCPtr(ua), mode, start_x, start_y, start_button, sx1, sy1);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_GeUserArea obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #5
0
 public virtual void EditorDraw(GvNode bn, GvNodeGUI gui, SWIGTYPE_p_GeUserArea da, int x1, int y1, int x2, int y2)
 {
     C4dApiPINVOKE.GvOperatorData_EditorDraw(swigCPtr, GvNode.getCPtr(bn), GvNodeGUI.getCPtr(gui), SWIGTYPE_p_GeUserArea.getCPtr(da), x1, y1, x2, y2);
 }