示例#1
0
文件: User32.cs 项目: Foda/Tide
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
示例#2
0
文件: User32.cs 项目: Foda/Tide
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);