Metafile Constructor (String^, IntPtr, Rectangle, MetafileFrameUnit, EmfType)
.NET Framework (current version)
Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, a Rectangle structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile.
Assembly: System.Drawing (in System.Drawing.dll)
public:
Metafile(
String^ fileName,
IntPtr referenceHdc,
Rectangle frameRect,
MetafileFrameUnit frameUnit,
EmfType type
)
Parameters
- fileName
- Type: System::String^
- referenceHdc
-
Type:
System::IntPtr
A Windows handle to a device context.
- frameRect
-
Type:
System.Drawing::Rectangle
A Rectangle 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.
- type
- Type: System.Drawing.Imaging::EmfType
SecurityPermissionFileIOPermission
for access to unmanaged code. Related enumeration: SecurityPermissionFlag::UnmanagedCode
for read access to the file specified by filename. Related enumeration: FileIOPermissionAccess::Read
.NET Framework
Available since 1.1
Available since 1.1
Show: