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, RectangleF, MetafileFrameUnit, EmfType)

[To be supplied.]

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

Parameters

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

See Also

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