getCPtr() static private method

static private getCPtr ( GiTransform obj ) : HandleRef
obj GiTransform
return System.Runtime.InteropServices.HandleRef
Ejemplo n.º 1
0
 public GiGraphics(GiTransform xform, bool needFreeXf) : this(touchvgPINVOKE.new_GiGraphics__SWIG_1(GiTransform.getCPtr(xform), needFreeXf), true)
 {
 }
Ejemplo n.º 2
0
 public GiGraphics(GiTransform xform) : this(touchvgPINVOKE.new_GiGraphics__SWIG_2(GiTransform.getCPtr(xform)), true)
 {
 }
Ejemplo n.º 3
0
        public bool saveAll(MgStorage s, GiTransform xform)
        {
            bool ret = touchvgPINVOKE.MgShapeDoc_saveAll(swigCPtr, MgStorage.getCPtr(s), GiTransform.getCPtr(xform));

            return(ret);
        }
Ejemplo n.º 4
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.º 5
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.º 6
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.º 7
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();
     }
 }