Beispiel #1
0
 public bool saveShape(MgStorage s, MgShape shape, int index)
 {
     bool ret = touchvgPINVOKE.MgShapes_saveShape(swigCPtr, MgStorage.getCPtr(s), MgShape.getCPtr(shape), index);
     return ret;
 }
Beispiel #2
0
 internal static HandleRef getCPtr(MgStorage obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #3
0
 public virtual bool save(MgStorage s)
 {
     bool ret = (SwigDerivedClassHasMethod("save", swigMethodTypes24) ? touchvgPINVOKE.MgBaseShape_saveSwigExplicitMgBaseShape(swigCPtr, MgStorage.getCPtr(s)) : touchvgPINVOKE.MgBaseShape_save(swigCPtr, MgStorage.getCPtr(s)));
     return ret;
 }
Beispiel #4
0
 public int load(MgShapeFactory factory, MgStorage s)
 {
     int ret = touchvgPINVOKE.MgShapes_load__SWIG_1(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #5
0
 public bool save(MgStorage s, int startIndex)
 {
     bool ret = touchvgPINVOKE.MgShapeDoc_save(swigCPtr, MgStorage.getCPtr(s), startIndex);
     return ret;
 }
Beispiel #6
0
 public override bool load(MgShapeFactory factory, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgEllipse_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #7
0
 public override bool saveShapes(int hDoc, MgStorage s)
 {
     bool ret = touchvgPINVOKE.GiCoreView_saveShapes(swigCPtr, hDoc, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #8
0
        public int load(MgShapeFactory factory, MgStorage s, bool addOnly)
        {
            int ret = touchvgPINVOKE.MgShapes_load__SWIG_0(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), addOnly);

            return(ret);
        }
Beispiel #9
0
        public override bool initialize(MgMotion sender, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgCmdArc3P_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #10
0
 public override bool loadShapes(MgStorage s)
 {
     bool ret = touchvgPINVOKE.GiCoreView_loadShapes__SWIG_1(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #11
0
 public override bool initialize(MgMotion sender, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgCmdArc3P_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #12
0
        public virtual bool load(MgShapeFactory factory, MgStorage s)
        {
            bool ret = (SwigDerivedClassHasMethod("load", swigMethodTypes25) ? touchvgPINVOKE.MgBaseShape_loadSwigExplicitMgBaseShape(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s)) : touchvgPINVOKE.MgBaseShape_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s)));

            return(ret);
        }
Beispiel #13
0
        public virtual bool save(MgStorage s)
        {
            bool ret = (SwigDerivedClassHasMethod("save", swigMethodTypes24) ? touchvgPINVOKE.MgBaseShape_saveSwigExplicitMgBaseShape(swigCPtr, MgStorage.getCPtr(s)) : touchvgPINVOKE.MgBaseShape_save(swigCPtr, MgStorage.getCPtr(s)));

            return(ret);
        }
Beispiel #14
0
        public virtual bool saveShapes(int doc, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgCoreView_saveShapes__SWIG_0(swigCPtr, doc, MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #15
0
        public virtual bool initialize(MgMotion sender, MgStorage s)
        {
            bool ret = (SwigDerivedClassHasMethod("initialize", swigMethodTypes2) ? touchvgPINVOKE.MgCommand_initializeSwigExplicitMgCommand(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)) : touchvgPINVOKE.MgCommand_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)));

            return(ret);
        }
Beispiel #16
0
        public bool save(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgShapes_save__SWIG_1(swigCPtr, MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #17
0
 public override bool initialize(MgMotion sender, MgStorage s)
 {
     bool ret = (SwigDerivedClassHasMethod("initialize", swigMethodTypes2) ? touchvgPINVOKE.MgCmdDrawRect_initializeSwigExplicitMgCmdDrawRect(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)) : touchvgPINVOKE.MgCmdDrawRect_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)));
     return ret;
 }
Beispiel #18
0
 public bool load(MgShapeFactory factory, MgStorage s, bool addOnly)
 {
     bool ret = touchvgPINVOKE.MgShapeDoc_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), addOnly);
     return ret;
 }
Beispiel #19
0
        public override bool initialize(MgMotion sender, MgStorage s)
        {
            bool ret = (SwigDerivedClassHasMethod("initialize", swigMethodTypes2) ? touchvgPINVOKE.MgCmdDrawRect_initializeSwigExplicitMgCmdDrawRect(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)) : touchvgPINVOKE.MgCmdDrawRect_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)));

            return(ret);
        }
Beispiel #20
0
        public override bool save(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgGrid_save(swigCPtr, MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #21
0
        public bool loadAll(MgShapeFactory factory, MgStorage s, GiTransform xform)
        {
            bool ret = touchvgPINVOKE.MgShapeDoc_loadAll(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), GiTransform.getCPtr(xform));

            return(ret);
        }
Beispiel #22
0
 public override bool initialize(MgMotion sender, MgStorage arg1)
 {
     bool ret = (SwigDerivedClassHasMethod("initialize", swigMethodTypes3) ? touchvgPINVOKE.MgCommandDraw_initializeSwigExplicitMgCommandDraw(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(arg1)) : touchvgPINVOKE.MgCommandDraw_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(arg1)));
     return ret;
 }
Beispiel #23
0
        public bool saveAll(MgStorage s, GiTransform xform)
        {
            bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform));

            return(ret);
        }
Beispiel #24
0
 public int load(MgShapeFactory factory, MgStorage s, bool addOnly)
 {
     int ret = touchvgPINVOKE.MgShapes_load__SWIG_0(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), addOnly);
     return ret;
 }
Beispiel #25
0
        public bool load(MgShapeFactory factory, MgStorage s, bool addOnly)
        {
            bool ret = touchvgPINVOKE.MgShapeDoc_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), addOnly);

            return(ret);
        }
Beispiel #26
0
 public bool save(MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgShapes_save__SWIG_1(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #27
0
 public virtual bool load(MgShapeFactory factory, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgShape_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #28
0
 public virtual bool initialize(MgMotion sender, MgStorage s)
 {
     bool ret = (SwigDerivedClassHasMethod("initialize", swigMethodTypes2) ? touchvgPINVOKE.MgCommand_initializeSwigExplicitMgCommand(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)) : touchvgPINVOKE.MgCommand_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s)));
     return ret;
 }
Beispiel #29
0
 public virtual bool save(MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgShape_save(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #30
0
        public virtual bool loadShapes(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgCoreView_loadShapes__SWIG_1(swigCPtr, MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #31
0
 public virtual bool loadShapes(MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgCoreView_loadShapes__SWIG_1(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #32
0
        public bool save(MgStorage s, int startIndex)
        {
            bool ret = touchvgPINVOKE.MgShapes_save__SWIG_0(swigCPtr, MgStorage.getCPtr(s), startIndex);

            return(ret);
        }
Beispiel #33
0
 public virtual bool saveShapes(int hDoc, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgCoreView_saveShapes__SWIG_0(swigCPtr, hDoc, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #34
0
        public bool saveShape(MgStorage s, MgShape shape, int index)
        {
            bool ret = touchvgPINVOKE.MgShapes_saveShape(swigCPtr, MgStorage.getCPtr(s), MgShape.getCPtr(shape), index);

            return(ret);
        }
Beispiel #35
0
 public virtual bool setCommand(MgMotion sender, string name, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgCmdManager_setCommand(swigCPtr, MgMotion.getCPtr(sender), name, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #36
0
        public int load(MgShapeFactory factory, MgStorage s)
        {
            int ret = touchvgPINVOKE.MgShapes_load__SWIG_1(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #37
0
 internal static HandleRef getCPtr(MgStorage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #38
0
 public bool loadAll(MgShapeFactory factory, MgStorage s, GiTransform xform)
 {
     bool ret = touchvgPINVOKE.MgShapeDoc_loadAll(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s), GiTransform.getCPtr(xform));
     return ret;
 }
Beispiel #39
0
        public virtual bool save(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgShape_save(swigCPtr, MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #40
0
 public bool saveAll(MgStorage s, GiTransform xform)
 {
     bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform));
     return ret;
 }
Beispiel #41
0
        public virtual bool load(MgShapeFactory factory, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgShape_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #42
0
        public override bool load(MgShapeFactory factory, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgGrid_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));

            return(ret);
        }
Beispiel #43
0
 public virtual bool load(MgShapeFactory factory, MgStorage s)
 {
     bool ret = (SwigDerivedClassHasMethod("load", swigMethodTypes25) ? touchvgPINVOKE.MgBaseShape_loadSwigExplicitMgBaseShape(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s)) : touchvgPINVOKE.MgBaseShape_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s)));
     return ret;
 }
Beispiel #44
0
 public override bool save(MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgEllipse_save(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
Beispiel #45
0
        public virtual bool setCommand(MgMotion sender, string name, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgCmdManager_setCommand(swigCPtr, MgMotion.getCPtr(sender), name, MgStorage.getCPtr(s));

            return(ret);
        }