Metafile Constructor (String^, IntPtr, RectangleF, MetafileFrameUnit)

 

Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, and the supplied unit of measure.

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

public:
Metafile(
	String^ fileName,
	IntPtr referenceHdc,
	RectangleF frameRect,
	MetafileFrameUnit frameUnit
)

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.

frameRect
Type: System.Drawing::RectangleF

A RectangleF that represents the rectangle that bounds the new Metafile.

frameUnit
Type: System.Drawing.Imaging::MetafileFrameUnit

A MetafileFrameUnit that specifies the unit of measure for frameRect.

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: