Uses of Class
com.sun.jna.platform.win32.W32API.HRGN

Packages that use W32API.HRGN
com.sun.jna.platform.win32   
 

Uses of W32API.HRGN in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return W32API.HRGN
 W32API.HRGN GDI32.CreatePolyPolygonRgn(User32.POINT[] lppt, int[] lpPolyCounts, int nCount, int fnPolyFillMode)
           
 W32API.HRGN GDI32.CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
           
 W32API.HRGN GDI32.CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse)
           
 W32API.HRGN GDI32.ExtCreateRegion(com.sun.jna.Pointer lpXform, int nCount, GDI32.RGNDATA lpRgnData)
           
 

Methods in com.sun.jna.platform.win32 with parameters of type W32API.HRGN
 int GDI32.CombineRgn(W32API.HRGN hrgnDest, W32API.HRGN hrgnSrc1, W32API.HRGN hrgnSrc2, int fnCombineMode)
           
 boolean GDI32.SetRectRgn(W32API.HRGN hrgn, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
           
 int User32.SetWindowRgn(W32API.HWND hWnd, W32API.HRGN hRgn, boolean bRedraw)