.
The CopyEnhMetaFile API
5/30/2013 2:35:45 PM - -12.47.208.50
.
static extern IntPtr CopyEnhMetaFile(IntPtr hemfSrc, string lpszFile);
.
[DllImport("gdi32.dll", EntryPoint = "CopyEnhMetaFile", SetLastError = true, CharSet = CharSet.Auto)]
.
private static extern IntPtr CopyEnhMetaFile(IntPtr hemfSrc, string lpszFile);
.