<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPMetafileHeader</id>
		<title>Interface IGDIPlus.IGPMetafileHeader - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPMetafileHeader"/>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPMetafileHeader&amp;action=history"/>
		<updated>2026-04-11T03:01:04Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPMetafileHeader&amp;diff=11136&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPMetafileHeader&amp;diff=11136&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:33Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit IGDIPlus|IGDIPlus]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPMetafileHeader = '''interface'''&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a TGPMetafileHeader object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a TGPMetafileHeader object.&lt;br /&gt;
Remarks&lt;br /&gt;
Metafiles provide a device-independent and&lt;br /&gt;
application-independent way to share pictures. They contain&lt;br /&gt;
records that describe a sequence of graphics APIs to invoke&lt;br /&gt;
in a particular order with their associated graphics data.&lt;br /&gt;
Metafiles can be recorded by an application and later played&lt;br /&gt;
back by that application or by another one to reproduce a&lt;br /&gt;
particular picture. They can also be used to send content to&lt;br /&gt;
a print spooler. Enhanced metafiles support the ability to&lt;br /&gt;
provide both Microsoft Windows GDI+ and Windows Graphics&lt;br /&gt;
Device Interface (GDI) descriptions of the same picture so&lt;br /&gt;
that both GDI+ and down-level GDI applications can render it.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPMetafileHeader.MetafileSize|MetafileSize]] - Returns the size, in bytes, of the metafile. &lt;br /&gt;
*[[Property IGDIPlus.IGPMetafileHeader.Version|Version]] - Returns the version of the metafile. &lt;br /&gt;
*[[Property IGDIPlus.IGPMetafileHeader.DpiX|DpiX]] - Returns the horizontal dots per inch of the associated metafile. &lt;br /&gt;
*[[Property IGDIPlus.IGPMetafileHeader.DpiY|DpiY]] - Returns the vertical dots per inch of the associated metafile. &lt;br /&gt;
*[[Property IGDIPlus.IGPMetafileHeader.Bounds|Bounds]] - Returns the bounding rectangle for the associated metafile. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetType() : TGPMetafileType|function GetType() : TGPMetafileType]] - Returns the type of the associated metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetMetafileSize() : UINT|function GetMetafileSize() : UINT]] - Returns the size, in bytes, of the metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetVersion() : UINT|function GetVersion() : UINT]] - Returns the version of the metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetEmfPlusFlags() : UINT|function GetEmfPlusFlags() : UINT]] - Returns a flag that indicates whether the associated metafile was recorded against a video display device context. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetDpiX() : Single|function GetDpiX() : Single]] - Returns the horizontal dots per inch of the associated metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetDpiY() : Single|function GetDpiY() : Single]] - Returns the vertical dots per inch of the associated metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetBounds() : TGPRect|function GetBounds() : TGPRect]] - Returns the bounding rectangle for the associated metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsWmf() : Boolean|function IsWmf() : Boolean]] - Determines whether the associated metafile is in the WMF format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsWmfPlaceable() : Boolean|function IsWmfPlaceable() : Boolean]] - Determines whether the associated metafile is a placeable metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsEmf() : Boolean|function IsEmf() : Boolean]] - Determines whether the associated metafile is in the EMF format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsEmfOrEmfPlus() : Boolean|function IsEmfOrEmfPlus() : Boolean]] - Determines whether the associated metafile is in either the EMF or EMF+ format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsEmfPlus() : Boolean|function IsEmfPlus() : Boolean]] - Determines whether the associated metafile is in the EMF+ format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsEmfPlusDual() : Boolean|function IsEmfPlusDual() : Boolean]] - Determines whether the associated metafile is in the EMF+ Dual format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsEmfPlusOnly() : Boolean|function IsEmfPlusOnly() : Boolean]] - Determines whether the associated metafile is in the EMF+ Only format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.IsDisplay() : Boolean|function IsDisplay() : Boolean]] - Determines whether the associated metafile was recorded against a video display device context. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetWmfHeader() : PMetaHeader|function GetWmfHeader() : PMetaHeader]] - Returns a METAHEADER structure that contains properties of the associated metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafileHeader.GetEmfHeader() : PENHMETAHEADER3|function GetEmfHeader() : PENHMETAHEADER3]] - Returns an ENHMETAHEADER3 structure that contains properties of the associated metafile. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>