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

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal hEnhMetafile As Integer, _
   ByVal deleteEmf As Boolean _
)
[C#]
public Metafile(
   int hEnhMetafile,
   bool deleteEmf
);
[C++]
public: Metafile(
   int hEnhMetafile,
   bool deleteEmf
);
[JScript]
public function Metafile(
   hEnhMetafile : int,
   deleteEmf : Boolean
);

Parameters

hEnhMetafile
[To be supplied.]
deleteEmf
[To be supplied.]

See Also

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