internal static HandleRef getCPtr(SWIGTYPE_p_EditorWindow obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
 public bool Start(SWIGTYPE_p_EditorWindow win, int mode, int start_x, int start_y, int start_button) {
   bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_20(swigCPtr, SWIGTYPE_p_EditorWindow.getCPtr(win), mode, start_x, start_y, start_button);
   return ret;
 }
Example #3
0
 public bool Start(SWIGTYPE_p_EditorWindow win, int mode) {
   bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_23(swigCPtr, SWIGTYPE_p_EditorWindow.getCPtr(win), mode);
   return ret;
 }
Example #4
0
 public bool MouseInput(BaseDocument doc, BaseContainer data, BaseDraw bd, SWIGTYPE_p_EditorWindow win, BaseContainer msg) {
   bool ret = C4dApiPINVOKE.BrushBase_MouseInput(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #5
0
 public virtual bool MouseInputEnd(BaseDocument doc, BaseContainer data, BaseDraw bd, SWIGTYPE_p_EditorWindow win, BaseContainer msg) {
   bool ret = (SwigDerivedClassHasMethod("MouseInputEnd", swigMethodTypes11) ? C4dApiPINVOKE.BrushToolData_MouseInputEndSwigExplicitBrushToolData(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg)) : C4dApiPINVOKE.BrushToolData_MouseInputEnd(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg)));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #6
0
 public virtual bool MouseInputDrag(BaseDocument doc, BaseContainer data, BaseDraw bd, SWIGTYPE_p_EditorWindow win, BaseContainer msg, BrushVertexData vdata, int vcnt, double x, double y, SWIGTYPE_p_LONG flags) {
   bool ret = (SwigDerivedClassHasMethod("MouseInputDrag", swigMethodTypes10) ? C4dApiPINVOKE.BrushToolData_MouseInputDragSwigExplicitBrushToolData(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg), BrushVertexData.getCPtr(vdata), vcnt, x, y, SWIGTYPE_p_LONG.getCPtr(flags)) : C4dApiPINVOKE.BrushToolData_MouseInputDrag(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg), BrushVertexData.getCPtr(vdata), vcnt, x, y, SWIGTYPE_p_LONG.getCPtr(flags)));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #7
0
 public static void ShowHotspot(SWIGTYPE_p_EditorWindow bw, int x, int y, int rad, bool bRemove) {
   C4dApiPINVOKE.ViewportSelect_ShowHotspot__SWIG_1(SWIGTYPE_p_EditorWindow.getCPtr(bw), x, y, rad, bRemove);
 }
Example #8
0
 public void ShowHotspot(SWIGTYPE_p_EditorWindow bw, int x, int y) {
   C4dApiPINVOKE.ViewportSelect_ShowHotspot__SWIG_0(swigCPtr, SWIGTYPE_p_EditorWindow.getCPtr(bw), x, y);
 }