Пример #1
0
 public RECT(RECT r)
 {
     this.Left = r.Left;
     this.Top = r.Top;
     this.Right = r.Right;
     this.Bottom = r.Bottom;
 }
Пример #2
0
 public static extern int DrawFocusRect(HDC hdc, ref RECT lpRect);
Пример #3
0
 public static extern int UnionRect(ref RECT lpDestRect, ref RECT lpSrc1Rect, ref RECT lpSrc2Rect);
Пример #4
0
 public static extern short TileWindows(HWND hwndParent, int wHow, ref RECT lpRect, int cKids, ref int lpKids);
Пример #5
0
 public static extern int SetRectEmpty(ref RECT lpRect);
Пример #6
0
 public static extern int ScrollWindowEx(HWND hwnd, int dx, int dy, ref RECT lprcScroll, ref RECT lprcClip, HANDLE hrgnUpdate, ref RECT lprcUpdate, int fuScroll);
Пример #7
0
 public static extern int ScrollDC(HDC hdc, int dx, int dy, ref RECT lprcScroll, ref RECT lprcClip, HANDLE hrgnUpdate, ref RECT lprcUpdate);
Пример #8
0
 public static extern int PtInRect(ref RECT lpRect, int ptX, int ptY);
Пример #9
0
 public static extern int GetClipCursor(out RECT lprc);
Пример #10
0
 public static extern int GetClientRect(HWND hwnd, ref RECT lpRect);
Пример #11
0
 public static extern int FrameRect(HDC hdc, ref RECT lpRect, HANDLE hBrush);
Пример #12
0
 public static extern int EqualRect(ref RECT lpRect1, ref RECT lpRect2);
Пример #13
0
 public static extern int DrawTextEx(HWND hdc, string lpsz, int n, ref RECT lpRect, int un, ref DRAWTEXTPARAMS lpDrawTextParams);
Пример #14
0
 public static extern int DrawText(HDC hdc, string lpStr, int nCount, ref RECT lpRect, int wFormat);
Пример #15
0
 public static extern int DrawFrameControl(HWND hdc, ref RECT lpRect, int un1, int un2);
Пример #16
0
 public static extern int MapDialogRect(HANDLE hDlg, ref RECT lpRect);
Пример #17
0
 public static extern int OffsetRect(ref RECT lpRect, int x, int y);
Пример #18
0
 public static extern int GetMenuItemRect(HWND hwnd, HANDLE hMenu, int uItem, ref RECT lprcItem);
Пример #19
0
 public static extern int RedrawWindow(HWND hwnd, ref RECT lprcUpdate, HANDLE hrgnUpdate, int fuRedraw);
Пример #20
0
 public static extern int GetUpdateRect(HWND hwnd, ref RECT lpRect, int bErase);
Пример #21
0
 public static extern int ScrollWindow(HWND hwnd, int XAmount, int YAmount, ref RECT lpRect, ref RECT lpClipRect);
Пример #22
0
 public static extern int GetWindowRect(HWND hwnd, ref RECT lpRect);
Пример #23
0
 public static extern int SetRect(ref RECT lpRect, int X1, int Y1, int X2, int Y2);
Пример #24
0
 public static extern int InflateRect(ref RECT lpRect, int x, int y);
Пример #25
0
 public static extern int SubtractRect(ref RECT lprcDst, ref RECT lprcSrc1, ref RECT lprcSrc2);
Пример #26
0
 public static extern int IntersectRect(ref RECT lpDestRect, ref RECT lpSrc1Rect, ref RECT lpSrc2Rect);
Пример #27
0
 public static extern int TrackPopupMenu(HANDLE hMenu, int wFlags, int x, int y, int nReserved, HWND hwnd, ref RECT lprc);
Пример #28
0
 public static extern int InvalidateRect(HWND hwnd, ref RECT lpRect, int bErase);
Пример #29
0
 public static extern int ValidateRect(HWND hwnd, ref RECT lpRect);
Пример #30
0
 public static extern int InvertRect(HDC hdc, ref RECT lpRect);