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

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPMetafile&amp;diff=11848&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPMetafile&amp;diff=11848&amp;oldid=prev"/>
				<updated>2012-10-18T17:19:07Z</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;
'''Inherits:''' [[Interface IGDIPlus.IGPImage|IGPImage]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPMetafile = '''interface'''( [[Interface IGDIPlus.IGPImage|IGPImage]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPMetafile|TGPMetafile]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPMetafile|TGPMetafile]] object.&lt;br /&gt;
&lt;br /&gt;
The [[Class IGDIPlus.TGPMetafile|TGPMetafile]] class defines a graphic metafile. A metafile&lt;br /&gt;
contains records that describe a sequence of graphics API&lt;br /&gt;
calls. Metafiles can be recorded (constructed) and played&lt;br /&gt;
back (displayed).&lt;br /&gt;
Remarks&lt;br /&gt;
Some Metafile constructors (those that receive a device&lt;br /&gt;
context handle) create Metafile objects that are used to&lt;br /&gt;
record metafiles. Other Metafile constructors (those that do&lt;br /&gt;
not receive a device context handle) create Metafile objects&lt;br /&gt;
that are used to display (play back) metafiles.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPMetafile.DownLevelRasterizationLimit|DownLevelRasterizationLimit]] - Gets or sets the resolution for certain brush bitmaps that are stored in this metafile. &lt;br /&gt;
*[[Property IGDIPlus.IGPMetafile.Header|Header]] - Returns the the metafile header. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafile.GetMetafileHeader() : IGPMetafileHeader|function GetMetafileHeader() : IGPMetafileHeader]] - Returns the the metafile header. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafile.GetHENHMETAFILE() : HENHMETAFILE|function GetHENHMETAFILE() : HENHMETAFILE]] - Returns a Windows handle to an Enhanced Metafile (EMF) file. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafile.PlayRecord(TGPEmfPlusRecordType;Cardinal;Cardinal;PBYTE) : TGPMetafile|function PlayRecord(recordType : TGPEmfPlusRecordType; flags : Cardinal; dataSize : Cardinal; data : PBYTE) : TGPMetafile]] - Plays a metafile record. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafile.SetDownLevelRasterizationLimit(Cardinal) : TGPMetafile|function SetDownLevelRasterizationLimit(metafileRasterizationLimitDpi : Cardinal) : TGPMetafile]] - Sets the resolution for certain brush bitmaps that are stored in this metafile. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPMetafile.SetDownLevelRasterizationLimitProp(Cardinal)|procedure SetDownLevelRasterizationLimitProp(metafileRasterizationLimitDpi : Cardinal)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafile.GetDownLevelRasterizationLimit() : Cardinal|function GetDownLevelRasterizationLimit() : Cardinal]] - Returns the rasterization limit currently set for the metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPMetafile.EmfToWmfBits(HENHMETAFILE;Cardinal;PBYTE;Integer;TGPEmfToWmfBitsFlags) : Cardinal|function EmfToWmfBits(hemf : HENHMETAFILE; cbData16 : Cardinal; pData16 : PBYTE; iMapMode : Integer; var eFlags : TGPEmfToWmfBitsFlags) : Cardinal]] - Converts an enhanced-format metafile to a Microsoft Windows Metafile Format (WMF) metafile and stores the converted records in a specified buffer. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>