[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal referenceHdc As Integer, _ ByVal frameRect As Rectangle, _ ByVal frameUnit As MetafileFrameUnit, _ ByVal type As EmfType, _ ByVal desc As String _ ) [C#] public Metafile( int referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type, string desc ); [C++] public: Metafile( int referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type, String* desc ); [JScript] public function Metafile( referenceHdc : int, frameRect : Rectangle, frameUnit : MetafileFrameUnit, type : EmfType, desc : String );
Metafile Class | Metafile Members | System.Drawing.Imaging Namespace | Metafile Constructor Overload List