public static extern int FixBrushOrgEx(IntPtr hdc, int n1, int n2, ref POINT lpPoint);
public static extern int Polyline(IntPtr hdc, ref POINT lpPoint, int nCount);
public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, POINT[] lppt, int cPoints);
public static extern int ScreenToClient(IntPtr hwnd, ref POINT lpPoint);
public static extern int ClientToScreen(IntPtr hwnd, ref POINT lpPoint);
public static extern int GetCaretPos(ref POINT lpPoint);
public static extern int LPtoDP(IntPtr hdc, ref POINT lpPoint, int nCount);
public static extern int SetViewportOrgEx(IntPtr hdc, int nX, int nY, ref POINT lpPoint);
public static extern int GetViewportOrgEx(IntPtr hdc, ref POINT lpPoint);
public static extern int GetWindowOrgEx(IntPtr hdc, ref POINT lpPoint);
public static extern int GetPath(IntPtr hdc, ref POINT lpPoint, Byte lpTypes, int nSize);
public static extern int GetCurrentPositionEx(IntPtr hdc, ref POINT lpPoint);
public static extern int GetBrushOrgEx(IntPtr hdc, ref POINT lpPoint);
public static extern int PolylineTo(IntPtr hdc, ref POINT lppt, int cCount);
public static extern int MoveToEx(IntPtr hdc, int x, int y, ref POINT lpPoint);
public static extern int SetBrushOrgEx(IntPtr hdc, int nXOrg, int nYOrg, ref POINT lppt);
public static extern int PlgBlt(IntPtr hdcDest, ref POINT lpPoint, IntPtr hdcSrc, int nXSrc, int nYSrc, int nWidth, int nHeight, IntPtr hbmMask, int xMask, int yMask);
public static extern int SetWindowOrgEx(IntPtr hdc, int nX, int nY, ref POINT lpPoint);
public static extern int PolyBezier(IntPtr hdc, ref POINT lppt, int cPoints);
public static extern int DragDetect(IntPtr hwnd, POINT pt);
public static extern int PolyDraw(IntPtr hdc, ref POINT lppt, Byte lpbTypes, int cCount);
public static extern int GetCursorPos(out POINT lpPoint);
public static extern int PolyPolygon(IntPtr hdc, ref POINT lpPoint, ref int lpPolyCounts, int nCount);
public static extern int MenuItemFromPoint(IntPtr hwnd, IntPtr hMenu, POINT ptScreen);
public static extern int PolyPolyline(IntPtr hdc, ref POINT lppt, ref int lpdwPolyPoints, int cCount);
public static extern int DragQueryPoint(IntPtr hDROP, ref POINT lpPoint);
public static extern int CreatePolygonRgn(ref POINT lpPoint, int nCount, int nPolyFillMode);