コード例 #1
0
        public virtual MgSnap getSnap()
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.MgCmdManager_getSnap(swigCPtr);
            MgSnap ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgSnap(cPtr, false);

            return(ret);
        }
コード例 #2
0
ファイル: MgSnap.cs プロジェクト: rhcad/vgwpf
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgSnap obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #3
0
ファイル: MgSnap.cs プロジェクト: adozenlines/vgwpf
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgSnap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }