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, String)

[To be supplied.]

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

Parameters

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

See Also

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