Exemplo n.º 1
0
        public static MgCoreView fromHandle(int h)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgCoreView_fromHandle(h);
            MgCoreView            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MgCoreView(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public static GiPlaying create(MgCoreView v, int tag)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.GiPlaying_create__SWIG_1(MgCoreView.getCPtr(v), tag);
            GiPlaying             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GiPlaying(cPtr, false);

            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgCoreView obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 4
0
 public static GiPlaying create(MgCoreView v, int tag)
 {
     global::System.IntPtr cPtr = touchvgPINVOKE.GiPlaying_create__SWIG_1(MgCoreView.getCPtr(v), tag);
     GiPlaying ret = (cPtr == global::System.IntPtr.Zero) ? null : new GiPlaying(cPtr, false);
     return ret;
 }
Exemplo n.º 5
0
 public void release(MgCoreView v)
 {
     touchvgPINVOKE.GiPlaying_release(swigCPtr, MgCoreView.getCPtr(v));
 }
Exemplo n.º 6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgCoreView obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 7
0
 public void release(MgCoreView v)
 {
     touchvgPINVOKE.GiPlaying_release(swigCPtr, MgCoreView.getCPtr(v));
 }