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

[To be supplied.]

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

Parameters

fileName
[To be supplied.]
referenceHdc
[To be supplied.]
frameRect
[To be supplied.]
frameUnit
[To be supplied.]
type
[To be supplied.]
description
[To be supplied.]

See Also

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