示例#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);
        }
示例#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);
        }
示例#3
0
文件: MgCoreView.cs 项目: rhcad/vgwpf
 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;
 }
示例#4
0
文件: GiPlaying.cs 项目: rhcad/vgwpf
 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;
 }
示例#5
0
文件: GiPlaying.cs 项目: rhcad/vgwpf
 public void release(MgCoreView v)
 {
     touchvgPINVOKE.GiPlaying_release(swigCPtr, MgCoreView.getCPtr(v));
 }
示例#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);
 }
示例#7
0
 public void release(MgCoreView v)
 {
     touchvgPINVOKE.GiPlaying_release(swigCPtr, MgCoreView.getCPtr(v));
 }