<?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=Interface_IGDIPlus.IGPTransformable</id>
		<title>Interface IGDIPlus.IGPTransformable - 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=Interface_IGDIPlus.IGPTransformable"/>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPTransformable&amp;action=history"/>
		<updated>2026-05-04T15:00:22Z</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=Interface_IGDIPlus.IGPTransformable&amp;diff=11397&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=Interface_IGDIPlus.IGPTransformable&amp;diff=11397&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:46Z</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''' IGPTransformable = '''interface'''&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a transformable object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a transformable object. This includes&lt;br /&gt;
[[Class IGDIPlus.TGPPen|TGPPen]], [[Class IGDIPlus.TGPTextureBrush|TGPTextureBrush]], [[Class IGDIPlus.TGPLinearGradientBrush|TGPLinearGradientBrush]],&lt;br /&gt;
[[Class IGDIPlus.TGPPathGradientBrush|TGPPathGradientBrush]], and [[Class IGDIPlus.TGPGraphics|TGPGraphics]] objects.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPTransformable.Transform|Transform]] - Gets or sets the world transformation matrix for the object. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPTransformable.GetTransform() : IGPMatrix|function GetTransform() : IGPMatrix]] - Gets the world transformation matrix currently set for the object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTransformable.SetTransform(IGPMatrix) : IGPTransformable|function SetTransform(matrix : IGPMatrix) : IGPTransformable]] - Sets the world transformation of the object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPTransformable.SetTransformProp(IGPMatrix)|procedure SetTransformProp(matrix : IGPMatrix)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPTransformable.ResetTransform() : IGPTransformable|function ResetTransform() : IGPTransformable]] - Sets the world transformation matrix of the object to the identity matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTransformable.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : IGPTransformable|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : IGPTransformable]] - Updates the world transformation matrix of the object with the product of itself and another matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTransformable.TranslateTransform(Single;Single;TGPMatrixOrder) : IGPTransformable|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : IGPTransformable]] - Updates the object's world transformation matrix with the product of itself and a translation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTransformable.ScaleTransform(Single;Single;TGPMatrixOrder) : IGPTransformable|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : IGPTransformable]] - Sets the object's world transformation matrix equal to the product of itself and a scaling matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTransformable.RotateTransform(Single;TGPMatrixOrder) : IGPTransformable|function RotateTransform(angle : Single; order : TGPMatrixOrder) : IGPTransformable]] - Updates the world transformation matrix of the object with the product of itself and a rotation matrix. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>