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 (Int32, EmfType)

[To be supplied.]

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

Parameters

referenceHdc
[To be supplied.]
emfType
[To be supplied.]

See Also

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