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

	<entry>
		<id>https://www.mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPMetafile&amp;diff=11129&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPMetafile&amp;diff=11129&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:32Z</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:''' [[Class IGDIPlus.TGPImage|TGPImage]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPMetafile = '''class'''( [[Class IGDIPlus.TGPImage|TGPImage, IGPMetafile]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' TGPMetafile : '''public''' [[Class IGDIPlus.TGPImage|TGPImage]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' CTGPMetafile : '''public''' [[Class IGDIPlus.TGPImage|CTGPImage]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C# (.NET): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''public ref class''' TGPMetafile : [[Class IGDIPlus.TGPImage|Mitov.SignalLab.Image]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Defines a graphic metafile. &lt;br /&gt;
&lt;br /&gt;
== Description ==&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;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.GetMetafileHeader(HMETAFILE;TGPWmfPlaceableFileHeader) : IGPMetafileHeader|function GetMetafileHeader(hWmf : HMETAFILE; var wmfPlaceableFileHeader : TGPWmfPlaceableFileHeader) : IGPMetafileHeader]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.GetMetafileHeader(HENHMETAFILE) : IGPMetafileHeader|function GetMetafileHeader(hEmf : HENHMETAFILE) : IGPMetafileHeader]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.GetMetafileHeader(WideString) : IGPMetafileHeader|function GetMetafileHeader(filename : WideString) : IGPMetafileHeader]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.GetMetafileHeader(IStream) : IGPMetafileHeader|function GetMetafileHeader(stream : IStream) : IGPMetafileHeader]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.GetMetafileHeader() : IGPMetafileHeader|function GetMetafileHeader() : IGPMetafileHeader]] - Returns the the metafile header. &lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.GetHENHMETAFILE() : HENHMETAFILE|function GetHENHMETAFILE() : HENHMETAFILE]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.PlayRecord(TGPEmfPlusRecordType;Cardinal;Cardinal;PBYTE) : TGPMetafile|function PlayRecord(recordType : TGPEmfPlusRecordType; flags : Cardinal; dataSize : Cardinal; data : PBYTE) : TGPMetafile]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.SetDownLevelRasterizationLimit(Cardinal) : TGPMetafile|function SetDownLevelRasterizationLimit(metafileRasterizationLimitDpi : Cardinal) : TGPMetafile]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPMetafile.SetDownLevelRasterizationLimitProp(Cardinal)|procedure SetDownLevelRasterizationLimitProp(metafileRasterizationLimitDpi : Cardinal)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.GetDownLevelRasterizationLimit() : Cardinal|function GetDownLevelRasterizationLimit() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPMetafile.EmfToWmfBits(HENHMETAFILE;Cardinal;PBYTE;Integer;TGPEmfToWmfBitsFlags) : Cardinal|function EmfToWmfBits(hemf : HENHMETAFILE; cbData16 : Cardinal; pData16 : PBYTE; iMapMode : Integer; var eFlags : TGPEmfToWmfBitsFlags) : Cardinal]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPImage|TGPImage]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.FromFile(WideString;Boolean) : TGPImage|function FromFile(filename : WideString; useEmbeddedColorManagement : Boolean) : TGPImage]] - Creates a [[Class IGDIPlus.TGPImage|TGPImage]] object based on a file. &lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.FromStream(IStream;Boolean) : TGPImage|function FromStream(stream : IStream; useEmbeddedColorManagement : Boolean) : TGPImage]] - Creates a new [[Class IGDIPlus.TGPImage|TGPImage]] object based on a stream. &lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.Clone() : TGPImage|function Clone() : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.Save(WideString;TGUID;PGPEncoderParameters) : TGPImage|function Save(filename : WideString; clsidEncoder : TGUID; encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.Save(IStream;TGUID;PGPEncoderParameters) : TGPImage|function Save(stream : IStream; clsidEncoder : TGUID; encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SaveAdd(PGPEncoderParameters) : TGPImage|function SaveAdd(encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SaveAdd(IGPImage;PGPEncoderParameters) : TGPImage|function SaveAdd(newImage : IGPImage; encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetType() : TGPImageType|function GetType() : TGPImageType]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPhysicalDimension() : TGPSizeF|function GetPhysicalDimension() : TGPSizeF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetBounds(TGPRectF;TGPUnit) : TGPImage|function GetBounds(srcRect : TGPRectF; srcUnit : TGPUnit) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetWidth() : Cardinal|function GetWidth() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetHeight() : Cardinal|function GetHeight() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetHorizontalResolution() : Single|function GetHorizontalResolution() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetVerticalResolution() : Single|function GetVerticalResolution() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFlags() : Cardinal|function GetFlags() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetRawFormat() : TGUID|function GetRawFormat() : TGUID]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFormatName() : String|function GetFormatName() : String]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPixelFormat() : TGPPixelFormat|function GetPixelFormat() : TGPPixelFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPaletteSize() : Integer|function GetPaletteSize() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPalette(PGPColorPalette;Integer) : TGPImage|function GetPalette(palette : PGPColorPalette; size : Integer) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SetPalette(PGPColorPalette) : TGPImage|function SetPalette(palette : PGPColorPalette) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetThumbnailImage(Cardinal;Cardinal;TGPGetThumbnailImageAbortProc) : TGPImage|function GetThumbnailImage(thumbWidth : Cardinal; thumbHeight : Cardinal; callback : TGPGetThumbnailImageAbortProc) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFrameDimensionsCount() : Cardinal|function GetFrameDimensionsCount() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFrameDimensionsList() : TGUIDArray|function GetFrameDimensionsList() : TGUIDArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFrameCount(TGUID) : Cardinal|function GetFrameCount(dimensionID : TGUID) : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SelectActiveFrame(TGUID;Cardinal) : TGPImage|function SelectActiveFrame(dimensionID : TGUID; frameIndex : Cardinal) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.RotateFlip(TGPRotateFlipType) : TGPImage|function RotateFlip(rotateFlipType : TGPRotateFlipType) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyCount() : Cardinal|function GetPropertyCount() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyIdList() : TGPPropIDArray|function GetPropertyIdList() : TGPPropIDArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyItemSize(PROPID) : Cardinal|function GetPropertyItemSize(propId : PROPID) : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyItem(PROPID;Cardinal;PGPPropertyItem) : TGPImage|function GetPropertyItem(propId : PROPID; propSize : Cardinal; buffer : PGPPropertyItem) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertySize(Cardinal;Cardinal) : TGPImage|function GetPropertySize(totalBufferSize : Cardinal; numProperties : Cardinal) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetAllPropertyItems(Cardinal;Cardinal;PGPPropertyItem) : TGPImage|function GetAllPropertyItems(totalBufferSize : Cardinal; numProperties : Cardinal; allItems : PGPPropertyItem) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.RemovePropertyItem(TPROPID) : TGPImage|function RemovePropertyItem(propId : TPROPID) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SetPropertyItem(TGPPropertyItem) : TGPImage|function SetPropertyItem(item : TGPPropertyItem) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetEncoderParameterListSize(TGUID) : Cardinal|function GetEncoderParameterListSize(clsidEncoder : TGUID) : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetEncoderParameterList(TGUID;Cardinal;PGPEncoderParameters) : TGPImage|function GetEncoderParameterList(clsidEncoder : TGUID; size : Cardinal; buffer : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPBase|TGPBase]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPBase.NewInstance() : TObject|function NewInstance() : TObject]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPBase.FreeInstance()|procedure FreeInstance()]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>