Metafile Constructor (IntPtr, Boolean)

 

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

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

public:
Metafile(
	IntPtr henhmetafile,
	bool deleteEmf
)

Parameters

henhmetafile
Type: System::IntPtr

A handle to an enhanced metafile.

deleteEmf
Type: System::Boolean

true to delete the enhanced metafile handle when the Metafile is deleted; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: