Metafile Constructor (IntPtr, WmfPlaceableFileHeader^)

 

Initializes a new instance of the Metafile class from the specified handle and a WmfPlaceableFileHeader.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
Metafile(
	IntPtr hmetafile,
	WmfPlaceableFileHeader^ wmfHeader
)

Parameters

hmetafile
Type: System::IntPtr

A windows handle to a Metafile.

wmfHeader
Type: System.Drawing.Imaging::WmfPlaceableFileHeader^

A WmfPlaceableFileHeader.

.NET Framework
Available since 1.1
Return to top
Show: