コード例 #1
0
ファイル: Win32.cs プロジェクト: NanoLP/FC3Editor
 public static extern int FillRect(IntPtr hDC, ref Win32.Rect lprc, IntPtr hbr);
コード例 #2
0
ファイル: Win32.cs プロジェクト: NanoLP/FC3Editor
 public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, ref Win32.Rect prcScroll, ref Win32.Rect prcClip, IntPtr hrgnUpdate, IntPtr prcUpdate, int flags);
コード例 #3
0
ファイル: Win32.cs プロジェクト: NanoLP/FC3Editor
 public static extern int DrawTextEx(IntPtr hdc, string lpchText, int cchText, ref Win32.Rect lprc, uint dwDTFormat, [In][Out] Win32.DrawTextParams lpDTParams);
コード例 #4
0
ファイル: Win32.cs プロジェクト: NanoLP/FC3Editor
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref Win32.Rect lParam);