Inheritance: IDisposable
Ejemplo n.º 1
0
 public GiTransform(GiTransform src) : this(touchvgPINVOKE.new_GiTransform__SWIG_2(GiTransform.getCPtr(src)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public virtual GiTransform xform()
        {
            IntPtr      cPtr = touchvgPINVOKE.MgView_xform(swigCPtr);
            GiTransform ret  = (cPtr == IntPtr.Zero) ? null : new GiTransform(cPtr, false);

            return(ret);
        }
Ejemplo n.º 3
0
 public GiSaveModelTransform(GiTransform xform, Matrix2d mat) : this(touchvgPINVOKE.new_GiSaveModelTransform(GiTransform.getCPtr(xform), Matrix2d.getCPtr(mat)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
        public GiTransform copy(GiTransform src)
        {
            GiTransform ret = new GiTransform(touchvgPINVOKE.GiTransform_copy(swigCPtr, GiTransform.getCPtr(src)), false);

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
 public GiGraphics(GiTransform xform)
     : this(touchvgPINVOKE.new_GiGraphics__SWIG_1(GiTransform.getCPtr(xform)), true)
 {
 }
Ejemplo n.º 6
0
 public GiTransform xf()
 {
     GiTransform ret = new GiTransform(touchvgPINVOKE.GiGraphics_xf(swigCPtr), false);
     return ret;
 }
Ejemplo n.º 7
0
        public GiTransform xf()
        {
            GiTransform ret = new GiTransform(touchvgPINVOKE.GiGraphics_xf(swigCPtr), false);

            return(ret);
        }
Ejemplo n.º 8
0
 public GiGraphics(GiTransform xform, bool needFreeXf)
     : this(touchvgPINVOKE.new_GiGraphics__SWIG_0(GiTransform.getCPtr(xform), needFreeXf), true)
 {
 }
Ejemplo n.º 9
0
 public GiGraphics(GiTransform xform, bool needFreeXf) : this(touchvgPINVOKE.new_GiGraphics__SWIG_1(GiTransform.getCPtr(xform), needFreeXf), true)
 {
 }
Ejemplo n.º 10
0
 public GiGraphics(GiTransform xform) : this(touchvgPINVOKE.new_GiGraphics__SWIG_2(GiTransform.getCPtr(xform)), true)
 {
 }
Ejemplo n.º 11
0
 internal static HandleRef getCPtr(GiTransform obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 12
0
        public bool saveAll(MgStorage s, GiTransform xform)
        {
            bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform));

            return(ret);
        }
Ejemplo n.º 13
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;
 }
Ejemplo n.º 14
0
 public GiTransform(GiTransform src) : this(touchvgPINVOKE.new_GiTransform__SWIG_2(GiTransform.getCPtr(src)), true) {
   if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 15
0
 internal static HandleRef getCPtr(GiTransform obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 16
0
 public GiSaveModelTransform(GiTransform xform, Matrix2d mat)
     : this(touchvgPINVOKE.new_GiSaveModelTransform(GiTransform.getCPtr(xform), Matrix2d.getCPtr(mat)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 17
0
 public GiTransform copy(GiTransform src) {
   GiTransform ret = new GiTransform(touchvgPINVOKE.GiTransform_copy(swigCPtr, GiTransform.getCPtr(src)), false);
   if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Ejemplo n.º 18
0
 public bool saveAll(MgStorage s, GiTransform xform)
 {
     bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform));
     return ret;
 }
Ejemplo n.º 19
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);
        }