Esempio n. 1
0
 public static extern int DrawThemeBackground(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId,
                                              ref APIRect rect, ref APIRect clipRect);
Esempio n. 2
0
 public static extern int DrawThemeText(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string pszText,
                                        int iCharCount, uint dwTextFlags, uint dwTextFlags2,
                                        [MarshalAs(UnmanagedType.Struct)] ref APIRect rect);
Esempio n. 3
0
 public static extern int FillRect(IntPtr hDC, ref APIRect rect, IntPtr hBrush);
Esempio n. 4
0
 public static extern int InvertRect(IntPtr hDC, ref APIRect rect);
Esempio n. 5
0
 public static extern IntPtr GetWindowRect(IntPtr hWND, ref APIRect Rect);
Esempio n. 6
0
 public static extern int DrawFocusRect(IntPtr hDC, ref APIRect rect);
Esempio n. 7
0
 public static extern int DrawThemeBackground(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref APIRect rect, ref APIRect clipRect);
Esempio n. 8
0
 public static extern int DrawText(IntPtr hDC, string lpString, int nCount, ref APIRect Rect, int wFormat);
Esempio n. 9
0
 public static extern int DrawText(IntPtr hDC, string lpString, int nCount, ref APIRect Rect, int wFormat);
Esempio n. 10
0
 public static extern int DrawFocusRect(IntPtr hDC, ref APIRect rect);
Esempio n. 11
0
 public static extern int InvertRect(IntPtr hDC, ref APIRect rect);
Esempio n. 12
0
 public static extern IntPtr GetWindowRect(IntPtr hWND, ref APIRect Rect);
Esempio n. 13
0
 public static extern int FillRect(IntPtr hDC, ref APIRect rect, IntPtr hBrush);