コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: alexisjojo/ktibiax
 public static extern int DrawThemeBackground(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId,
     ref APIRect rect, ref APIRect clipRect);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: alexisjojo/ktibiax
 public static extern int DrawText(IntPtr hDC, string lpString, int nCount, ref APIRect Rect, int wFormat);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: alexisjojo/ktibiax
 public static extern int DrawFocusRect(IntPtr hDC, ref APIRect rect);
コード例 #4
0
ファイル: NativeMethods.cs プロジェクト: alexisjojo/ktibiax
 public static extern int InvertRect(IntPtr hDC, ref APIRect rect);
コード例 #5
0
ファイル: NativeMethods.cs プロジェクト: alexisjojo/ktibiax
 public static extern IntPtr GetWindowRect(IntPtr hWND, ref APIRect Rect);
コード例 #6
0
ファイル: NativeMethods.cs プロジェクト: alexisjojo/ktibiax
 public static extern int FillRect(IntPtr hDC, ref APIRect rect, IntPtr hBrush);