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

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

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

Methods in com.sun.jna.platform.win32 that return WinDef.HRGN
 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.
 WinDef.HRGN GDI32.CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
          The CreateRectRgn function creates a rectangular region.
 WinDef.HRGN GDI32.CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse)
          The CreateRoundRectRgn function creates a rectangular region with rounded corners.
 WinDef.HRGN GDI32.ExtCreateRegion(com.sun.jna.Pointer lpXform, int nCount, WinGDI.RGNDATA lpRgnData)
          The ExtCreateRegion function creates a region from the specified region and transformation data.
 

Methods in com.sun.jna.platform.win32 with parameters of type WinDef.HRGN
 int GDI32.CombineRgn(WinDef.HRGN hrgnDest, WinDef.HRGN hrgnSrc1, WinDef.HRGN hrgnSrc2, int fnCombineMode)
          The CombineRgn function combines two regions and stores the result in a third region.
 boolean GDI32.SetRectRgn(WinDef.HRGN hrgn, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect)
          The SetRectRgn function converts a region into a rectangular region with the specified coordinates.
 int User32.SetWindowRgn(WinDef.HWND hWnd, WinDef.HRGN hRgn, boolean bRedraw)
          This function sets the window region of a window.