예제 #1
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int GetWindowOrgEx(IntPtr hdc, ref POINT lpPoint);
예제 #2
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int SetViewportOrgEx(IntPtr hdc, int nX, int nY, ref POINT lpPoint);
예제 #3
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int ClientToScreen(IntPtr hwnd, ref POINT lpPoint);
예제 #4
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int PolylineTo(IntPtr hdc, ref POINT lppt, int cCount);
예제 #5
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int PolyPolyline(IntPtr hdc, ref POINT lppt, ref int lpdwPolyPoints, int cCount);
예제 #6
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 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);
예제 #7
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int PolyDraw(IntPtr hdc, ref POINT lppt, Byte lpbTypes, int cCount);
예제 #8
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int ScreenToClient(IntPtr hwnd, ref POINT lpPoint);
예제 #9
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst,
                                               ref POINT pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINT pptSrc,
                                               uint crKey,
                                               [In] ref BLENDFUNCTION pblend, uint dwFlags);
예제 #10
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, POINT[] lppt, int cPoints);
예제 #11
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int MenuItemFromPoint(IntPtr hwnd, IntPtr hMenu, POINT ptScreen);
예제 #12
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern bool GetCursorPos(out POINT lpPoint);
예제 #13
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int GetCaretPos(ref POINT lpPoint);
예제 #14
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int DragDetect(IntPtr hwnd, POINT pt);
예제 #15
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int LPtoDP(IntPtr hdc, ref POINT lpPoint, int nCount);
예제 #16
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int CreatePolyPolygonRgn(ref POINT lpPoint, ref int lpPolyCounts, int nCount,
                                               int nPolyFillMode);
예제 #17
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int MoveToEx(IntPtr hdc, int x, int y, ref POINT lpPoint);
예제 #18
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int FixBrushOrgEx(IntPtr hdc, int n1, int n2, ref POINT lpPoint);
예제 #19
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int PolyBezier(IntPtr hdc, ref POINT lppt, int cPoints);
예제 #20
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int GetBrushOrgEx(IntPtr hdc, ref POINT lpPoint);
예제 #21
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int Polyline(IntPtr hdc, ref POINT lpPoint, int nCount);
예제 #22
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int GetCurrentPositionEx(IntPtr hdc, ref POINT lpPoint);
예제 #23
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int PolyPolygon(IntPtr hdc, ref POINT lpPoint, ref int lpPolyCounts, int nCount);
예제 #24
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int GetPath(IntPtr hdc, ref POINT lpPoint, Byte lpTypes, int nSize);
예제 #25
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int SetBrushOrgEx(IntPtr hdc, int nXOrg, int nYOrg, ref POINT lppt);
예제 #26
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int GetViewportOrgEx(IntPtr hdc, ref POINT lpPoint);
예제 #27
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int SetWindowOrgEx(IntPtr hdc, int nX, int nY, ref POINT lpPoint);
예제 #28
0
파일: Shell.cs 프로젝트: luowei98/RobertLw
 public static extern int DragQueryPoint(IntPtr hDROP, ref POINT lpPoint);