public static extern int GetCursorPos(out POINT pt);
 public static extern bool SetBrushOrgEx(HDC hdc, int xOrg, int yOrg, out POINT pt);
 public static extern bool GetBrushOrgEx(HDC hdc, out POINT pt);