コード例 #1
0
ファイル: Win32.cs プロジェクト: Spanfile/Rasteriser
 public static extern bool EndPaint(IntPtr hWnd, [In] ref PAINTSTRUCT lpPaint);
コード例 #2
0
ファイル: Win32.cs プロジェクト: Spanfile/Rasteriser
 public static extern IntPtr BeginPaint(IntPtr hwnd, out PAINTSTRUCT lpPaint);