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

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

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

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

Methods in com.sun.jna.platform.win32 with parameters of type User32.POINT
 W32API.HRGN GDI32.CreatePolyPolygonRgn(User32.POINT[] lppt, int[] lpPolyCounts, int nCount, int fnPolyFillMode)
           
 boolean User32.UpdateLayeredWindow(W32API.HWND hwnd, W32API.HDC hdcDst, User32.POINT pptDst, User32.SIZE psize, W32API.HDC hdcSrc, User32.POINT pptSrc, int crKey, User32.BLENDFUNCTION pblend, int dwFlags)