Exemple #1
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);
        }
Exemple #2
0
 public void release(MgCoreView v)
 {
     touchvgPINVOKE.GiPlaying_release(swigCPtr, MgCoreView.getCPtr(v));
 }