Metafile::GetMetafileHeader Method (IntPtr, WmfPlaceableFileHeader^)
.NET Framework (current version)
Returns the MetafileHeader associated with the specified Metafile.
Assembly: System.Drawing (in System.Drawing.dll)
public: static MetafileHeader^ GetMetafileHeader( IntPtr hmetafile, WmfPlaceableFileHeader^ wmfHeader )
Parameters
- hmetafile
-
Type:
System::IntPtr
The handle to the Metafile for which to return a header.
- wmfHeader
- Type: System.Drawing.Imaging::WmfPlaceableFileHeader^
Return Value
Type: System.Drawing.Imaging::MetafileHeader^The MetafileHeader associated with the specified Metafile.
.NET Framework
Available since 1.1
Available since 1.1
Show: