Example #1
0
 /// <summary>
 /// タブレットのクローズ
 /// </summary>
 /// <param name="hCtx"></param>
 public static void Close(IntPtr hCtx)
 {
     if (hCtx != IntPtr.Zero)
     {
         WintabFunctions.WTClose(hCtx);
         hCtx = IntPtr.Zero;
     }
 }