Metafile Constructor
Initializes a new instance of the Metafile class.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Metafile(IntPtr, Boolean) | Initializes a new instance of the Metafile class from the specified handle. |
![]() | Metafile(IntPtr, EmfType) | |
![]() | Metafile(IntPtr, EmfType, String^) | |
![]() | Metafile(IntPtr, Rectangle) | Initializes a new instance of the Metafile class from the specified device context, bounded by the specified rectangle. |
![]() | Metafile(IntPtr, Rectangle, MetafileFrameUnit) | Initializes a new instance of the Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure. |
![]() | Metafile(IntPtr, Rectangle, MetafileFrameUnit, EmfType) | |
![]() | Metafile(IntPtr, Rectangle, MetafileFrameUnit, EmfType, String^) | |
![]() | Metafile(IntPtr, RectangleF) | Initializes a new instance of the Metafile class from the specified device context, bounded by the specified rectangle. |
![]() | Metafile(IntPtr, RectangleF, MetafileFrameUnit) | Initializes a new instance of the Metafile class from the specified device context, bounded by the specified rectangle that uses the supplied unit of measure. |
![]() | Metafile(IntPtr, RectangleF, MetafileFrameUnit, EmfType) | |
![]() | Metafile(IntPtr, RectangleF, MetafileFrameUnit, EmfType, String^) | |
![]() | Metafile(IntPtr, WmfPlaceableFileHeader^) | Initializes a new instance of the Metafile class from the specified handle and a WmfPlaceableFileHeader. |
![]() | Metafile(IntPtr, WmfPlaceableFileHeader^, Boolean) | Initializes a new instance of the Metafile class from the specified handle and a WmfPlaceableFileHeader. Also, the deleteWmf parameter can be used to delete the handle when the metafile is deleted. |
![]() | Metafile(Stream^) | Initializes a new instance of the Metafile class from the specified data stream. |
![]() | Metafile(Stream^, IntPtr) | Initializes a new instance of the Metafile class from the specified data stream. |
![]() | Metafile(Stream^, IntPtr, EmfType) | |
![]() | Metafile(Stream^, IntPtr, EmfType, String^) | |
![]() | Metafile(Stream^, IntPtr, Rectangle) | |
![]() | Metafile(Stream^, IntPtr, Rectangle, MetafileFrameUnit) | |
![]() | Metafile(Stream^, IntPtr, Rectangle, MetafileFrameUnit, EmfType) | Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, a Rectangle structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. |
![]() | Metafile(Stream^, IntPtr, Rectangle, MetafileFrameUnit, EmfType, String^) | Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, a Rectangle structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. A string that contains a descriptive name for the new Metafile can be added. |
![]() | Metafile(Stream^, IntPtr, RectangleF) | Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, and a RectangleF structure that represents the rectangle that bounds the new Metafile. |
![]() | Metafile(Stream^, IntPtr, RectangleF, MetafileFrameUnit) | Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, and the supplied unit of measure. |
![]() | Metafile(Stream^, IntPtr, RectangleF, MetafileFrameUnit, EmfType) | Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. |
![]() | Metafile(Stream^, IntPtr, RectangleF, MetafileFrameUnit, EmfType, String^) | Initializes a new instance of the Metafile class from the specified data stream, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. A string that contains a descriptive name for the new Metafile can be added. |
![]() | Metafile(String^) | Initializes a new instance of the Metafile class from the specified file name. |
![]() | Metafile(String^, IntPtr) | Initializes a new instance of the Metafile class with the specified file name. |
![]() | Metafile(String^, IntPtr, EmfType) | |
![]() | Metafile(String^, IntPtr, EmfType, String^) | |
![]() | Metafile(String^, IntPtr, Rectangle) | |
![]() | Metafile(String^, IntPtr, Rectangle, MetafileFrameUnit) | |
![]() | Metafile(String^, IntPtr, Rectangle, MetafileFrameUnit, EmfType) | |
![]() | Metafile(String^, IntPtr, Rectangle, MetafileFrameUnit, EmfType, String^) | Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, a Rectangle structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. A descriptive string can also be added. |
![]() | Metafile(String^, IntPtr, Rectangle, MetafileFrameUnit, String^) | |
![]() | Metafile(String^, IntPtr, RectangleF) | Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, and a RectangleF structure that represents the rectangle that bounds the new Metafile. |
![]() | Metafile(String^, IntPtr, RectangleF, MetafileFrameUnit) | Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, and the supplied unit of measure. |
![]() | Metafile(String^, IntPtr, RectangleF, MetafileFrameUnit, EmfType) | Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. |
![]() | Metafile(String^, IntPtr, RectangleF, MetafileFrameUnit, EmfType, String^) | Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, the supplied unit of measure, and an EmfType enumeration that specifies the format of the Metafile. A descriptive string can also be added. |
![]() | Metafile(String^, IntPtr, RectangleF, MetafileFrameUnit, String^) | Initializes a new instance of the Metafile class with the specified file name, a Windows handle to a device context, a RectangleF structure that represents the rectangle that bounds the new Metafile, and the supplied unit of measure. A descriptive string can also be added. |
