internal static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, [In, Out] POINTC pt, int cPoints);
 internal static extern bool SetViewportOrgEx(HandleRef hDC, int x, int y, [In, Out] POINTC point);
示例#3
0
 public static extern bool GetViewportOrgEx(HandleRef hDC, [In, Out] POINTC point);