Metafile.GetMetafileHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the MetafileHeader associated with this Metafile.
Overloads
GetMetafileHeader(IntPtr, WmfPlaceableFileHeader) |
Returns the MetafileHeader associated with the specified Metafile. |
GetMetafileHeader() |
Returns the MetafileHeader associated with this Metafile. |
GetMetafileHeader(IntPtr) |
Returns the MetafileHeader associated with the specified Metafile. |
GetMetafileHeader(Stream) |
Returns the MetafileHeader associated with the specified Metafile. |
GetMetafileHeader(String) |
Returns the MetafileHeader associated with the specified Metafile. |
GetMetafileHeader(IntPtr, WmfPlaceableFileHeader)
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
Returns the MetafileHeader associated with the specified Metafile.
public:
static System::Drawing::Imaging::MetafileHeader ^ GetMetafileHeader(IntPtr hmetafile, System::Drawing::Imaging::WmfPlaceableFileHeader ^ wmfHeader);
public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader (IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader);
static member GetMetafileHeader : nativeint * System.Drawing.Imaging.WmfPlaceableFileHeader -> System.Drawing.Imaging.MetafileHeader
Public Shared Function GetMetafileHeader (hmetafile As IntPtr, wmfHeader As WmfPlaceableFileHeader) As MetafileHeader
Parameters
- wmfHeader
- WmfPlaceableFileHeader
Returns
The MetafileHeader associated with the specified Metafile.
Applies to
GetMetafileHeader()
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
Returns the MetafileHeader associated with this Metafile.
public:
System::Drawing::Imaging::MetafileHeader ^ GetMetafileHeader();
public System.Drawing.Imaging.MetafileHeader GetMetafileHeader ();
member this.GetMetafileHeader : unit -> System.Drawing.Imaging.MetafileHeader
Public Function GetMetafileHeader () As MetafileHeader
Returns
The MetafileHeader associated with this Metafile.
Applies to
GetMetafileHeader(IntPtr)
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
Returns the MetafileHeader associated with the specified Metafile.
public:
static System::Drawing::Imaging::MetafileHeader ^ GetMetafileHeader(IntPtr henhmetafile);
public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader (IntPtr henhmetafile);
static member GetMetafileHeader : nativeint -> System.Drawing.Imaging.MetafileHeader
Public Shared Function GetMetafileHeader (henhmetafile As IntPtr) As MetafileHeader
Parameters
Returns
The MetafileHeader associated with the specified Metafile.
Applies to
GetMetafileHeader(Stream)
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
Returns the MetafileHeader associated with the specified Metafile.
public:
static System::Drawing::Imaging::MetafileHeader ^ GetMetafileHeader(System::IO::Stream ^ stream);
public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader (System.IO.Stream stream);
static member GetMetafileHeader : System.IO.Stream -> System.Drawing.Imaging.MetafileHeader
Public Shared Function GetMetafileHeader (stream As Stream) As MetafileHeader
Parameters
Returns
The MetafileHeader associated with the specified Metafile.
Applies to
GetMetafileHeader(String)
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
- Source:
- Metafile.cs
Returns the MetafileHeader associated with the specified Metafile.
public:
static System::Drawing::Imaging::MetafileHeader ^ GetMetafileHeader(System::String ^ fileName);
public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader (string fileName);
static member GetMetafileHeader : string -> System.Drawing.Imaging.MetafileHeader
Public Shared Function GetMetafileHeader (fileName As String) As MetafileHeader
Parameters
Returns
The MetafileHeader associated with the specified Metafile.