示例#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
        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
 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
 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
        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);
        }