예제 #1
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool ExtTextOut(IntPtr hdc, int X, int Y, uint fuOptions, ref RECT lprc, string lpString, uint cbCount, int[] lpDx);
예제 #2
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern int DrawTextEx(IntPtr hdc, string lpchText, int cchText, RECT lprc, uint dwDTFormat, DRAWTEXTPARAMS lpDTParams);
예제 #3
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool InvalidateRect(int hWnd, ref RECT lpRect, bool bErase);
예제 #4
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern int DrawText(IntPtr hDC, string lpString, int nCount, ref RECT lpRect, uint uFormat);
예제 #5
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool IsRectEmpty(ref RECT lprc);
예제 #6
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool OffsetRect(ref RECT lprc, int dx, int dy);
예제 #7
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool CopyRect(string lprcDst, ref RECT lprcSrc);
예제 #8
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern IntPtr GetDCEx(IntPtr hWnd, RECT hrgnClip, int flags);
예제 #9
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern int FillRect(IntPtr hDC, ref RECT lprc, IntPtr hbr);
예제 #10
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern int TileWindows(IntPtr hwndParent, uint wHow, ref RECT lpRect, uint cKids, IntPtr lpKids);
예제 #11
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool GetClipCursor(ref RECT lpRect);
예제 #12
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool AdjustWindowRectEx(RECT lpRect, int dwStyle, bool bMenu, int dwExStyle);
예제 #13
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool AdjustWindowRect(ref RECT lpRect, int dwStyle, bool bMenu);
예제 #14
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool GetClientRect(IntPtr hWnd, ref RECT lpRect);
예제 #15
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool GetWindowRect(IntPtr handle, ref RECT lpRect);