예제 #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);