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