internal static HandleRef getCPtr(SWIGTYPE_p_GeUserArea obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
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
   } /* <Vector_csout> */ 

  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);
  }