Package rma.util.wmf
Class WMFUtil
java.lang.Object
rma.util.wmf.WMFUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
writePlaceableWMFToClipboard
(WMF wmf, int x, int y, int width, int height, int dpi) Copies the contents of the this WMF to the clipboard.
-
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
-