Ejemplo n.º 1
0
 public static extern int GetCursorPos(out POINT pt);
Ejemplo n.º 2
0
 public static extern bool SetBrushOrgEx(HDC hdc, int xOrg, int yOrg, out POINT pt);
Ejemplo n.º 3
0
 public static extern bool GetBrushOrgEx(HDC hdc, out POINT pt);