Package rma.util.wmf

Class WMFUtil

java.lang.Object
rma.util.wmf.WMFUtil

public class WMFUtil extends Object
  • Constructor Details

    • WMFUtil

      public WMFUtil()
  • Method Details

    • writePlaceableWMFToClipboard

      public static int writePlaceableWMFToClipboard(WMF wmf, int x, int y, int width, int height, int dpi) throws IOException
      Copies the contents of the this WMF to the clipboard. The WMF must have a placable header

      Returns:
      0 on success, -1 on error
      Throws:
      IOException