Esempio n. 1
0
        public static MgShapes create(MgObject owner)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgShapes_create__SWIG_1(MgObject.getCPtr(owner));
            MgShapes ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgShapes(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
        public MgObject getOwner()
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgShapes_getOwner(swigCPtr);
            MgObject ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgObject(cPtr, false);

            return(ret);
        }
Esempio n. 3
0
        public override MgObject clone()
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgPathShape_clone(swigCPtr);
            MgObject ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgObject(cPtr, false);

            return(ret);
        }
Esempio n. 4
0
        public virtual MgObject clone()
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgObject_clone(swigCPtr);
            MgObject ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgObject(cPtr, false);

            return(ret);
        }
Esempio n. 5
0
 public override void copy(MgObject src)
 {
     touchvgPINVOKE.MgDiamond_copy(swigCPtr, MgObject.getCPtr(src));
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 6
0
 public virtual void copy(MgObject src)
 {
     touchvgPINVOKE.MgObject_copy(swigCPtr, MgObject.getCPtr(src));
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 7
0
        public override bool equals(MgObject src)
        {
            bool ret = (SwigDerivedClassHasMethod("equals", swigMethodTypes4) ? touchvgPINVOKE.MgBaseShape_equalsSwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(src)) : touchvgPINVOKE.MgBaseShape_equals(swigCPtr, MgObject.getCPtr(src)));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 8
0
        public virtual bool draw2(MgObject owner, int mode, GiGraphics gs, GiContext ctx, int segment)
        {
            bool ret = (SwigDerivedClassHasMethod("draw2", swigMethodTypes23) ? touchvgPINVOKE.MgBaseShape_draw2SwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(owner), mode, GiGraphics.getCPtr(gs), GiContext.getCPtr(ctx), segment) : touchvgPINVOKE.MgBaseShape_draw2(swigCPtr, MgObject.getCPtr(owner), mode, GiGraphics.getCPtr(gs), GiContext.getCPtr(ctx), segment));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 9
0
        public virtual bool equals(MgObject src)
        {
            bool ret = touchvgPINVOKE.MgObject_equals(swigCPtr, MgObject.getCPtr(src));

            if (touchvgPINVOKE.SWIGPendingException.Pending)
            {
                throw touchvgPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 10
0
 public virtual void setOwner(MgObject owner)
 {
     if (SwigDerivedClassHasMethod("setOwner", swigMethodTypes34))
     {
         touchvgPINVOKE.MgBaseShape_setOwnerSwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(owner));
     }
     else
     {
         touchvgPINVOKE.MgBaseShape_setOwner(swigCPtr, MgObject.getCPtr(owner));
     }
 }
Esempio n. 11
0
 public override void copy(MgObject src)
 {
     if (SwigDerivedClassHasMethod("copy", swigMethodTypes1))
     {
         touchvgPINVOKE.MgBaseShape_copySwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(src));
     }
     else
     {
         touchvgPINVOKE.MgBaseShape_copy(swigCPtr, MgObject.getCPtr(src));
     }
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 12
0
 public override bool equals(MgObject src)
 {
     bool ret = (SwigDerivedClassHasMethod("equals", swigMethodTypes4) ? touchvgPINVOKE.MgBaseShape_equalsSwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(src)) : touchvgPINVOKE.MgBaseShape_equals(swigCPtr, MgObject.getCPtr(src)));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Esempio n. 13
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgObject obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 14
0
 private global::System.IntPtr SwigDirectorclone()
 {
     return(MgObject.getCPtr(clone()).Handle);
 }
Esempio n. 15
0
 public override void copy(MgObject src)
 {
     touchvgPINVOKE.MgShapeDoc_copy(swigCPtr, MgObject.getCPtr(src));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 16
0
 public override bool equals(MgObject src)
 {
     bool ret = touchvgPINVOKE.MgShapeDoc_equals(swigCPtr, MgObject.getCPtr(src));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Esempio n. 17
0
 private void Reset()
 {
     mgObject = GetComponent <MgObject>();
 }
Esempio n. 18
0
 public static extern void MgObject_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MgObject.SwigDelegateMgObject_0 delegate0, MgObject.SwigDelegateMgObject_1 delegate1, MgObject.SwigDelegateMgObject_2 delegate2, MgObject.SwigDelegateMgObject_3 delegate3, MgObject.SwigDelegateMgObject_4 delegate4, MgObject.SwigDelegateMgObject_5 delegate5, MgObject.SwigDelegateMgObject_6 delegate6);
Esempio n. 19
0
 public override bool equals(MgObject src) {
   bool ret = touchvgPINVOKE.MgImageShape_equals(swigCPtr, MgObject.getCPtr(src));
   if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 20
0
 public static MgShapes create(MgObject owner)
 {
     global::System.IntPtr cPtr = touchvgPINVOKE.MgShapes_create__SWIG_1(MgObject.getCPtr(owner));
     MgShapes ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgShapes(cPtr, false);
     return ret;
 }
Esempio n. 21
0
 public virtual void copy(MgObject src)
 {
     touchvgPINVOKE.MgObject_copy(swigCPtr, MgObject.getCPtr(src));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 22
0
 public virtual bool draw2(MgObject owner, int mode, GiGraphics gs, GiContext ctx, int segment)
 {
     bool ret = (SwigDerivedClassHasMethod("draw2", swigMethodTypes23) ? touchvgPINVOKE.MgBaseShape_draw2SwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(owner), mode, GiGraphics.getCPtr(gs), GiContext.getCPtr(ctx), segment) : touchvgPINVOKE.MgBaseShape_draw2(swigCPtr, MgObject.getCPtr(owner), mode, GiGraphics.getCPtr(gs), GiContext.getCPtr(ctx), segment));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Esempio n. 23
0
 public override void copy(MgObject src)
 {
     if (SwigDerivedClassHasMethod("copy", swigMethodTypes1)) touchvgPINVOKE.MgBaseShape_copySwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(src)); else touchvgPINVOKE.MgBaseShape_copy(swigCPtr, MgObject.getCPtr(src));
     if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 24
0
 public virtual void setOwner(MgObject owner)
 {
     if (SwigDerivedClassHasMethod("setOwner", swigMethodTypes34)) touchvgPINVOKE.MgBaseShape_setOwnerSwigExplicitMgBaseShape(swigCPtr, MgObject.getCPtr(owner)); else touchvgPINVOKE.MgBaseShape_setOwner(swigCPtr, MgObject.getCPtr(owner));
 }
Esempio n. 25
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgObject obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }