Metafile Constructor (Stream^, IntPtr, RectangleF)
.NET Framework (current version)
Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, and a RectangleF structure that represents the rectangle that bounds the new Metafile.
Assembly: System.Drawing (in System.Drawing.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: