Metafile Constructor (String^, IntPtr, EmfType)

 

Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, and an EmfType enumeration that specifies the format of the Metafile.

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

public:
Metafile(
	String^ fileName,
	IntPtr referenceHdc,
	EmfType type
)

Parameters

fileName
Type: System::String^

A String that represents the file name of the new Metafile.

referenceHdc
Type: System::IntPtr

A Windows handle to a device context.

type
Type: System.Drawing.Imaging::EmfType

An EmfType that specifies the format of the Metafile.

SecurityPermission

for access to unmanaged code. Related enumeration: SecurityPermissionFlag::UnmanagedCode

FileIOPermission

for read access to the file specified by filename. Related enumeration: FileIOPermissionAccess::Read

.NET Framework
Available since 1.1
Return to top
Show: