Exemplo n.º 1
0
 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);
Exemplo n.º 2
0
 public static extern int DragDetect(IntPtr hwnd, POINT pt);
Exemplo n.º 3
0
 public static extern int MoveToEx(IntPtr hdc, int x, int y, ref POINT lpPoint);
Exemplo n.º 4
0
 public static extern int SetBrushOrgEx(IntPtr hdc, int nXOrg, int nYOrg, ref POINT lppt);
Exemplo n.º 5
0
 public static extern int SetWindowOrgEx(IntPtr hdc, int nX, int nY, ref POINT lpPoint);
Exemplo n.º 6
0
 public static extern int Polyline(IntPtr hdc, ref POINT lpPoint, int nCount);
Exemplo n.º 7
0
 public static extern int PolyPolygon(IntPtr hdc, ref POINT lpPoint, ref int lpPolyCounts, int nCount);
Exemplo n.º 8
0
 public static extern int FixBrushOrgEx(IntPtr hdc, int n1, int n2, ref POINT lpPoint);
Exemplo n.º 9
0
 public static extern int GetBrushOrgEx(IntPtr hdc, ref POINT lpPoint);
Exemplo n.º 10
0
 public static extern int ScreenToClient(IntPtr hwnd, ref POINT lpPoint);
Exemplo n.º 11
0
 public static extern int CreatePolyPolygonRgn(ref POINT lpPoint, ref int lpPolyCounts, int nCount, int nPolyFillMode);
Exemplo n.º 12
0
 public static extern int MenuItemFromPoint(IntPtr hwnd, IntPtr hMenu, POINT ptScreen);
Exemplo n.º 13
0
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, POINT[] lppt, int cPoints);
Exemplo n.º 14
0
 public static extern int GetCaretPos(ref POINT lpPoint);
Exemplo n.º 15
0
 public static extern int PolyBezier(IntPtr hdc, ref POINT lppt, int cPoints);
Exemplo n.º 16
0
 public static extern int GetCurrentPositionEx(IntPtr hdc, ref POINT lpPoint);
Exemplo n.º 17
0
 public static extern int PolyDraw(IntPtr hdc, ref POINT lppt, byte lpbTypes, int cCount);
Exemplo n.º 18
0
 public static extern int GetPath(IntPtr hdc, ref POINT lpPoint, byte lpTypes, int nSize);
Exemplo n.º 19
0
 public static extern int PolylineTo(IntPtr hdc, ref POINT lppt, int cCount);
Exemplo n.º 20
0
 public static extern int GetViewportOrgEx(IntPtr hdc, ref POINT lpPoint);
Exemplo n.º 21
0
 public static extern int PolyPolyline(IntPtr hdc, ref POINT lppt, ref int lpdwPolyPoints, int cCount);
Exemplo n.º 22
0
 public static extern int GetWindowOrgEx(IntPtr hdc, ref POINT lpPoint);
Exemplo n.º 23
0
 public static extern int SetViewportOrgEx(IntPtr hdc, int nX, int nY, ref POINT lpPoint);
Exemplo n.º 24
0
 public static extern int LPtoDP(IntPtr hdc, ref POINT lpPoint, int nCount);
Exemplo n.º 25
0
 public static extern int DragQueryPoint(IntPtr hDROP, ref POINT lpPoint);
Exemplo n.º 26
0
 public static extern int ClientToScreen(IntPtr hwnd, ref POINT lpPoint);