예제 #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;
 }
예제 #2
0
 internal static HandleRef getCPtr(MgStorage obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #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;
 }
예제 #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;
 }
예제 #5
0
 public bool save(MgStorage s, int startIndex)
 {
     bool ret = touchvgPINVOKE.MgShapeDoc_save(swigCPtr, MgStorage.getCPtr(s), startIndex);
     return ret;
 }
예제 #6
0
 public override bool load(MgShapeFactory factory, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgEllipse_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));
     return ret;
 }
예제 #7
0
 public override bool saveShapes(int hDoc, MgStorage s)
 {
     bool ret = touchvgPINVOKE.GiCoreView_saveShapes(swigCPtr, hDoc, MgStorage.getCPtr(s));
     return ret;
 }
예제 #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);
        }
예제 #9
0
        public override bool initialize(MgMotion sender, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgCmdArc3P_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s));

            return(ret);
        }
예제 #10
0
 public override bool loadShapes(MgStorage s)
 {
     bool ret = touchvgPINVOKE.GiCoreView_loadShapes__SWIG_1(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
예제 #11
0
 public override bool initialize(MgMotion sender, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgCmdArc3P_initialize(swigCPtr, MgMotion.getCPtr(sender), MgStorage.getCPtr(s));
     return ret;
 }
예제 #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);
        }
예제 #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);
        }
예제 #14
0
        public virtual bool saveShapes(int doc, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgCoreView_saveShapes__SWIG_0(swigCPtr, doc, MgStorage.getCPtr(s));

            return(ret);
        }
예제 #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);
        }
예제 #16
0
        public bool save(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgShapes_save__SWIG_1(swigCPtr, MgStorage.getCPtr(s));

            return(ret);
        }
예제 #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;
 }
예제 #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;
 }
예제 #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);
        }
예제 #20
0
파일: MgGrid.cs 프로젝트: shuangyou/TouchVG
        public override bool save(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgGrid_save(swigCPtr, MgStorage.getCPtr(s));

            return(ret);
        }
예제 #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);
        }
예제 #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;
 }
예제 #23
0
        public bool saveAll(MgStorage s, GiTransform xform)
        {
            bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform));

            return(ret);
        }
예제 #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;
 }
예제 #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);
        }
예제 #26
0
 public bool save(MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgShapes_save__SWIG_1(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
예제 #27
0
파일: MgShape.cs 프로젝트: vvhh2002/TouchVG
 public virtual bool load(MgShapeFactory factory, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgShape_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));
     return ret;
 }
예제 #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;
 }
예제 #29
0
파일: MgShape.cs 프로젝트: vvhh2002/TouchVG
 public virtual bool save(MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgShape_save(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
예제 #30
0
        public virtual bool loadShapes(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgCoreView_loadShapes__SWIG_1(swigCPtr, MgStorage.getCPtr(s));

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

            return(ret);
        }
예제 #33
0
 public virtual bool saveShapes(int hDoc, MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgCoreView_saveShapes__SWIG_0(swigCPtr, hDoc, MgStorage.getCPtr(s));
     return ret;
 }
예제 #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);
        }
예제 #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;
 }
예제 #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);
        }
예제 #37
0
 internal static HandleRef getCPtr(MgStorage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #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;
 }
예제 #39
0
        public virtual bool save(MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgShape_save(swigCPtr, MgStorage.getCPtr(s));

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

            return(ret);
        }
예제 #42
0
파일: MgGrid.cs 프로젝트: shuangyou/TouchVG
        public override bool load(MgShapeFactory factory, MgStorage s)
        {
            bool ret = touchvgPINVOKE.MgGrid_load(swigCPtr, MgShapeFactory.getCPtr(factory), MgStorage.getCPtr(s));

            return(ret);
        }
예제 #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;
 }
예제 #44
0
 public override bool save(MgStorage s)
 {
     bool ret = touchvgPINVOKE.MgEllipse_save(swigCPtr, MgStorage.getCPtr(s));
     return ret;
 }
예제 #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);
        }