| Package | Description |
|---|---|
| org.ximtec.igesture.io.win32 |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.