All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.arnx.wmf2svg.gdi.GdiRegion Maven / Gradle / Ivy

There is a newer version: 0.9.11
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy