|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PolyFillMode | |
| com.jniwrapper.win32.gdi | The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. |
| Uses of PolyFillMode in com.jniwrapper.win32.gdi |
| Fields in com.jniwrapper.win32.gdi declared as PolyFillMode | |
static PolyFillMode |
PolyFillMode.ALTERNATE
|
static PolyFillMode |
PolyFillMode.WINDING
|
| Methods in com.jniwrapper.win32.gdi with parameters of type PolyFillMode | |
static Region |
Region.createPolygonRgn(Point[] points,
int nPoints,
PolyFillMode polyFillMode)
Creates a polygonal region. |
static Region |
Region.createPolyPolygonRgn(Point[] points,
int[] polyCounts,
int count,
PolyFillMode polyFillMode)
Creates a region consisting of a series of polygons. |
void |
DC.setPolyFillMode(PolyFillMode polyFillMode)
Sets the polygon fill mode for functions that fill polygons. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||