Пример #1
0
 public static extern int GetCursorPos(out POINT pt);
Пример #2
0
 public static extern bool SetBrushOrgEx(HDC hdc, int xOrg, int yOrg, out POINT pt);
Пример #3
0
 public static extern bool GetBrushOrgEx(HDC hdc, out POINT pt);