Пример #1
0
 internal static extern bool SetViewportOrgEx(HandleRef hDC, int x, int y, PI.POINTC point);
Пример #2
0
 internal static extern bool TrackMouseEvent(ref PI.TRACKMOUSEEVENTS tme);
Пример #3
0
 internal static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, PI.POINTC pt, int cPoints);
Пример #4
0
 internal static extern bool RedrawWindow(IntPtr hWnd, ref PI.RECT rectUpdate, IntPtr hRgnUpdate, uint uFlags);
Пример #5
0
 internal static extern bool GetWindowRect(IntPtr hWnd, ref PI.RECT rect);
Пример #6
0
 internal static extern bool InflateRect(ref PI.RECT lprc, int dx, int dy);
Пример #7
0
 internal static extern bool GetClientRect(IntPtr hWnd, out PI.RECT lpRect);
Пример #8
0
 internal static extern IntPtr BeginPaint(IntPtr hwnd, ref PI.PAINTSTRUCT ps);
Пример #9
0
 internal static extern int DwmExtendFrameIntoClientArea(IntPtr hWnd, ref PI.MARGINS pMarInset);
Пример #10
0
 internal static extern bool EndPaint(IntPtr hwnd, ref PI.PAINTSTRUCT ps);
Пример #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);
Пример #12
0
 internal static extern IntPtr CreateDIBSection(IntPtr hDC, PI.BITMAPINFO pBMI, uint iUsage, int ppvBits, IntPtr hSection, uint dwOffset);
Пример #13
0
 internal static extern void CoCreateGuid(ref PI.GUIDSTRUCT guid);
Пример #14
0
 internal static extern bool TranslateMessage(ref PI.MSG lpMsg);
Пример #15
0
 internal static extern int GetRgnBox(HandleRef hRegion, ref PI.RECT clipRect);
Пример #16
0
 internal static extern IntPtr WindowFromPoint(PI.POINT pt);
Пример #17
0
 internal static extern void AdjustWindowRectEx(ref PI.RECT rect, int dwStyle, bool hasMenu, int dwExSytle);