Metafile Constructor (Stream^, IntPtr, RectangleF, MetafileFrameUnit)
.NET Framework (current version)
Initializes a new instance of the Metafile class from the specified data stream, 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.
Assembly: System.Drawing (in System.Drawing.dll)
public:
Metafile(
Stream^ stream,
IntPtr referenceHdc,
RectangleF frameRect,
MetafileFrameUnit frameUnit
)
Parameters
- stream
- Type: System.IO::Stream^
- 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: