Metafile Constructor (IntPtr, RectangleF, MetafileFrameUnit, EmfType, String^)
.NET Framework (current version)
Initializes a new instance of the Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. A string can be provided to name the file.
Assembly: System.Drawing (in System.Drawing.dll)
public:
Metafile(
IntPtr referenceHdc,
RectangleF frameRect,
MetafileFrameUnit frameUnit,
EmfType type,
String^ description
)
Parameters
- referenceHdc
-
Type:
System::IntPtr
The 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.
- type
- Type: System.Drawing.Imaging::EmfType
- description
-
Type:
System::String^
A String that contains a descriptive name for the new Metafile.
SecurityPermission
for access to unmanaged code. Related enumeration: SecurityPermissionFlag::UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: