net.arnx.wmf2svg.gdi.wmf.WmfRegion 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.wmf;
import net.arnx.wmf2svg.gdi.GdiRegion;
class WmfRegion extends WmfObject implements GdiRegion {
public WmfRegion(int id) {
super(id);
}
}