Metafile Constructor (Stream^)

 

Initializes a new instance of the Metafile class from the specified data stream.

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

public:
Metafile(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The Stream from which to create the new Metafile.

Exception Condition
ArgumentException

stream is null.

.NET Framework
Available since 1.1
Return to top
Show: