net.arnx.wmf2svg.gdi.GdiRegion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wmf2svg Show documentation
Show all versions of wmf2svg Show documentation
WMF to SVG Converting Tool & Library
package net.arnx.wmf2svg.gdi;
public interface GdiRegion extends GdiObject {
public static final int NULLREGION = 1;
public static final int SIMPLEREGION = 2;
public static final int COMPLEXREGION = 3;
public static final int ERROR = 0;
}