copymetafile (gdi32)
Last changed: -217.6.141.100

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern IntPtr CopyMetaFile(IntPtr hmfSrc, string lpszFile);

VB Signature:

<DllImport("gdi32.dll")> _
Shared Function CopyMetaFile(ByVal hmfSrc As IntPtr, ByVal lpszFile As String) As IntPtr
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation