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