예제 #1
0
		[DllImport("gdi32")] public static extern int MoveToEx(HDC hdc, int x, int y, ref POINT lpPoint);
예제 #2
0
		[DllImport("gdi32")] public static extern int OffsetViewportOrgEx(HDC hdc, int nX, int nY, ref POINT lpPoint);
예제 #3
0
		[DllImport("gdi32")] public static extern int SetWindowOrgEx(HDC hdc, int nX, int nY, ref POINT lpPoint);
예제 #4
0
		[DllImport("user32")] public static extern int GetCaretPos(ref POINT lpPoint);
예제 #5
0
		[DllImport("gdi32")] public static extern int PolyPolyline(HDC hdc, ref POINT lppt, ref int lpdwPolyPoints, int cCount);
예제 #6
0
		[DllImport("gdi32")] public static extern int PolylineTo(HDC hdc, ref POINT lppt, int cCount);
예제 #7
0
		[DllImport("gdi32")] public static extern int FixBrushOrgEx(HWND hdc, int n1, int n2, ref POINT lpPoint);
예제 #8
0
		[DllImport("gdi32")] public static extern int PolyDraw(HDC hdc, ref POINT lppt, Byte lpbTypes, int cCount);
예제 #9
0
		[DllImport("user32")] public static extern int ScreenToClient(HWND hwnd, ref POINT lpPoint);
예제 #10
0
		[DllImport("gdi32")] public static extern int CreatePolygonRgn(ref POINT lpPoint, int nCount, int nPolyFillMode);
예제 #11
0
		[DllImport("user32")] public static extern int MenuItemFromPoint(HWND hwnd, HANDLE hMenu, POINT ptScreen);
예제 #12
0
		[DllImport("user32")] public static extern int MapWindowPoints(HWND hwndFrom, HWND hwndTo, POINT [] lppt, int cPoints);
예제 #13
0
		[DllImport("user32")] public static extern int GetCursorPos(out POINT lpPoint);
예제 #14
0
		[DllImport("gdi32")] public static extern int PlgBlt(HWND hdcDest, ref POINT lpPoint, HWND hdcSrc, int nXSrc, int nYSrc, int nWidth, int nHeight, HANDLE hbmMask, int xMask, int yMask);
예제 #15
0
		[DllImport("gdi32")] public static extern int GetBrushOrgEx(HWND hdc, ref POINT lpPoint);
예제 #16
0
		[DllImport("gdi32")] public static extern int PolyBezier(HDC hdc, ref POINT lppt, int cPoints);
예제 #17
0
		[DllImport("gdi32")] public static extern int GetCurrentPositionEx(HDC hdc, ref POINT lpPoint);
예제 #18
0
		[DllImport("gdi32")] public static extern int PolyPolygon(HDC hdc, ref POINT lpPoint, ref int lpPolyCounts, int nCount);
예제 #19
0
		[DllImport("gdi32")] public static extern int GetPath(HDC hdc, ref POINT lpPoint, Byte lpTypes, int nSize);
예제 #20
0
		[DllImport("gdi32")] public static extern int Polyline(HDC hdc, ref POINT lpPoint, int nCount);
예제 #21
0
		[DllImport("gdi32")] public static extern int GetViewportOrgEx(HDC hdc, ref POINT lpPoint);
예제 #22
0
		[DllImport("gdi32")] public static extern int SetBrushOrgEx(HDC hdc, int nXOrg, int nYOrg, ref POINT lppt);
예제 #23
0
		[DllImport("gdi32")] public static extern int LPtoDP(HDC hdc, ref POINT lpPoint, int nCount);
예제 #24
0
		[DllImport("shell32")] public static extern int DragQueryPoint(HANDLE hDROP, ref POINT lpPoint);
예제 #25
0
		[DllImport("user32")] public static extern int DragDetect(HWND hwnd, POINT pt);