NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Metafile Constructor (Stream, Int32, EmfType)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal stream As Stream, _
   ByVal referenceHdc As Integer, _
   ByVal type As EmfType _
)
[C#]
public Metafile(
   Stream stream,
   int referenceHdc,
   EmfType type
);
[C++]
public: Metafile(
   Stream* stream,
   int referenceHdc,
   EmfType type
);
[JScript]
public function Metafile(
   stream : Stream,
   referenceHdc : int,
   type : EmfType
);

Parameters

stream
[To be supplied.]
referenceHdc
[To be supplied.]
type
[To be supplied.]

See Also

Metafile Class | Metafile Members | System.Drawing.Imaging Namespace | Metafile Constructor Overload List