示例#1
0
		[DllImport("user32")] public static extern int GetMenuItemRect(HWND hwnd, HANDLE hMenu, int uItem, ref RECT lprcItem);
示例#2
0
		[DllImport("gdi32")] public static extern int PlayEnhMetaFile(HDC hdc, HANDLE hemf, ref RECT lpRect);
示例#3
0
		[DllImport("gdi32")] public static extern int RectVisible(HDC hdc, ref RECT lpRect);
示例#4
0
		[DllImport("gdi32")] public static extern int EnumEnhMetaFile(HDC hdc, HANDLE hemf, ref int lpEnhMetaFunc, IntPtr lpData, ref RECT lpRect);
示例#5
0
		[DllImport("gdi32")] public static extern int GetClipBox(HDC hdc, ref RECT lpRect);
示例#6
0
		[DllImport("user32")] public static extern int ValidateRect(HWND hwnd, ref RECT lpRect);
示例#7
0
		[DllImport("gdi32")] public static extern int CreateEnhMetaFile(HWND hdcRef, string lpFileName, ref RECT lpRect, string lpDescription);
示例#8
0
		[DllImport("user32")] public static extern int OffsetRect(ref RECT lpRect, int x, int y);
示例#9
0
		[DllImport("user32")] public static extern int PtInRect(ref RECT lpRect, int ptX, int ptY);
示例#10
0
		[DllImport("user32")] public static extern int InvertRect(HDC hdc, ref RECT lpRect);
示例#11
0
		[DllImport("user32")] public static extern int MapDialogRect(HANDLE hDlg, ref RECT lpRect);
示例#12
0
		[DllImport("user32")] public static extern int InvalidateRect(HWND hwnd, ref RECT lpRect, int bErase);
示例#13
0
		[DllImport("user32")] public static extern int InflateRect(ref RECT lpRect, int x, int y);
示例#14
0
		[DllImport("user32")] public static extern int GetWindowRect(HWND hwnd, ref RECT lpRect);
示例#15
0
		[DllImport("user32")] public static extern int TrackPopupMenu(HANDLE hMenu, int wFlags, int x, int y, int nReserved, HWND hwnd, ref RECT lprc);
示例#16
0
		[DllImport("user32")] public static extern int RedrawWindow(HWND hwnd, ref RECT lprcUpdate, HANDLE hrgnUpdate, int fuRedraw);
示例#17
0
		[DllImport("user32")] public static extern int UnionRect(ref RECT lpDestRect, ref RECT lpSrc1Rect, ref RECT lpSrc2Rect);
示例#18
0
		[DllImport("user32")] public static extern int ScrollDC(HDC hdc, int dx, int dy, ref RECT lprcScroll, ref RECT lprcClip, HANDLE hrgnUpdate, ref RECT lprcUpdate);
示例#19
0
		[DllImport("user32")] public static extern short TileWindows(HWND hwndParent, int wHow, ref RECT lpRect, int cKids, ref int lpKids);
示例#20
0
		[DllImport("user32")] public static extern int ScrollWindow(HWND hwnd, int XAmount, int YAmount, ref RECT lpRect, ref RECT lpClipRect);
示例#21
0
		[DllImport("gdi32")] public static extern int CreateRectRgnIndirect(ref RECT lpRect);
示例#22
0
		[DllImport("user32")] public static extern int ScrollWindowEx(HWND hwnd, int dx, int dy, ref RECT lprcScroll, ref RECT lprcClip, HANDLE hrgnUpdate, ref RECT lprcUpdate, int fuScroll);
示例#23
0
		[DllImport("gdi32")] public static extern int ExtTextOut(HDC hdc, int x, int y, int wOptions, ref RECT lpRect, string lpString, int nCount, ref int lpDx);
示例#24
0
		[DllImport("user32")] public static extern int SetRect(ref RECT lpRect, int X1, int Y1, int X2, int Y2);
示例#25
0
		[DllImport("gdi32")] public static extern int GetRgnBox(HANDLE hRgn, ref RECT lpRect);
示例#26
0
		[DllImport("user32")] public static extern int SetRectEmpty(ref RECT lpRect);
示例#27
0
		[DllImport("gdi32")] public static extern int RectInRegion(HANDLE hRgn, ref RECT lpRect);
示例#28
0
		[DllImport("user32")] public static extern int SubtractRect(ref RECT lprcDst, ref RECT lprcSrc1, ref RECT lprcSrc2);
示例#29
0
		[DllImport("gdi32")] public static extern int SetBoundsRect(HDC hdc, ref RECT lprcBounds, int flags);
示例#30
0
		[DllImport("user32")] public static extern int GetClipCursor(out RECT lprc);