[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, _ ByVal description As String _ ) [C#] public Metafile( string fileName, int referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type, string description ); [C++] public: Metafile( String* fileName, int referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type, String* description ); [JScript] public function Metafile( fileName : String, referenceHdc : int, frameRect : RectangleF, frameUnit : MetafileFrameUnit, type : EmfType, description : String );
Metafile Class | Metafile Members | System.Drawing.Imaging Namespace | Metafile Constructor Overload List