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