Metafile Constructor (Stream^, IntPtr, Rectangle, MetafileFrameUnit, EmfType, String^)

 

Initializes a new instance of the Metafile class from the specified data stream, 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. A string that contains a descriptive name for the new Metafile can be added.

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

public:
Metafile(
	Stream^ stream,
	IntPtr referenceHdc,
	Rectangle frameRect,
	MetafileFrameUnit frameUnit,
	EmfType type,
	String^ description
)

Parameters

stream
Type: System.IO::Stream^

A Stream that contains the data for this Metafile.

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

An EmfType that specifies the format of the Metafile.

description
Type: System::String^

A String that contains a descriptive name for the new Metafile.

.NET Framework
Available since 1.1
Return to top
Show: