Example #1
0
 internal static extern bool SetViewportOrgEx(HandleRef hDC, int x, int y, PI.POINTC point);
Example #2
0
 internal static extern bool TrackMouseEvent(ref PI.TRACKMOUSEEVENTS tme);
Example #3
0
 internal static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, PI.POINTC pt, int cPoints);
Example #4
0
 internal static extern bool RedrawWindow(IntPtr hWnd, ref PI.RECT rectUpdate, IntPtr hRgnUpdate, uint uFlags);
Example #5
0
 internal static extern bool GetWindowRect(IntPtr hWnd, ref PI.RECT rect);
Example #6
0
 internal static extern bool InflateRect(ref PI.RECT lprc, int dx, int dy);
Example #7
0
 internal static extern bool GetClientRect(IntPtr hWnd, out PI.RECT lpRect);
Example #8
0
 internal static extern IntPtr BeginPaint(IntPtr hwnd, ref PI.PAINTSTRUCT ps);
Example #9
0
 internal static extern int DwmExtendFrameIntoClientArea(IntPtr hWnd, ref PI.MARGINS pMarInset);
Example #10
0
 internal static extern bool EndPaint(IntPtr hwnd, ref PI.PAINTSTRUCT ps);
Example #11
0
 internal static extern int DrawThemeTextEx(IntPtr hTheme, IntPtr hDC, int iPartId, int iStateId, string text, int iCharCount, int dwFlags, ref PI.RECT pRect, ref PI.DTTOPTS pOptions);
Example #12
0
 internal static extern IntPtr CreateDIBSection(IntPtr hDC, PI.BITMAPINFO pBMI, uint iUsage, int ppvBits, IntPtr hSection, uint dwOffset);
Example #13
0
 internal static extern void CoCreateGuid(ref PI.GUIDSTRUCT guid);
Example #14
0
 internal static extern bool TranslateMessage(ref PI.MSG lpMsg);
Example #15
0
 internal static extern int GetRgnBox(HandleRef hRegion, ref PI.RECT clipRect);
Example #16
0
 internal static extern IntPtr WindowFromPoint(PI.POINT pt);
Example #17
0
 internal static extern void AdjustWindowRectEx(ref PI.RECT rect, int dwStyle, bool hasMenu, int dwExSytle);