Uses of Class
com.sun.jna.platform.win32.WinUser.POINT

Packages that use WinUser.POINT
com.sun.jna.platform.win32   
 

Uses of WinUser.POINT in com.sun.jna.platform.win32
 

Fields in com.sun.jna.platform.win32 declared as WinUser.POINT
 WinUser.POINT WinUser.MSG.pt
           
 

Methods in com.sun.jna.platform.win32 with parameters of type WinUser.POINT
 WinDef.HRGN GDI32.CreatePolyPolygonRgn(WinUser.POINT[] lppt, int[] lpPolyCounts, int nCount, int fnPolyFillMode)
          The CreatePolyPolygonRgn function creates a region consisting of a series of polygons.
 boolean User32.UpdateLayeredWindow(WinDef.HWND hwnd, WinDef.HDC hdcDst, WinUser.POINT pptDst, WinUser.SIZE psize, WinDef.HDC hdcSrc, WinUser.POINT pptSrc, int crKey, WinUser.BLENDFUNCTION pblend, int dwFlags)
          The UpdateLayeredWindow function updates the position, size, shape, content, and translucency of a layered window.