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