Beispiel #1
0
 internal static extern int FillRect(IntPtr hDC, ref Win32Util.RECT rect, IntPtr hBrush);
Beispiel #2
0
 public static extern int ExtTextOut(IntPtr hdc, int x, int y, int options, ref Win32Util.RECT clip, string str, int len, IntPtr spacings);