Package net.arnx.wmf2svg.gdi
Interface GdiRegion
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPLEXREGIONstatic intERRORstatic intNULLREGIONstatic intSIMPLEREGION
-
-
-
Field Detail
-
NULLREGION
static final int NULLREGION
- See Also:
- Constant Field Values
-
SIMPLEREGION
static final int SIMPLEREGION
- See Also:
- Constant Field Values
-
COMPLEXREGION
static final int COMPLEXREGION
- See Also:
- Constant Field Values
-
ERROR
static final int ERROR
- See Also:
- Constant Field Values
-
-