<?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=Class_IGDIPlus.TGPTextureBrush</id>
		<title>Class IGDIPlus.TGPTextureBrush - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPTextureBrush"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPTextureBrush&amp;action=history"/>
		<updated>2026-04-27T17:32:43Z</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=Class_IGDIPlus.TGPTextureBrush&amp;diff=11110&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=Class_IGDIPlus.TGPTextureBrush&amp;diff=11110&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:30Z</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.TGPBrush|TGPBrush]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPTextureBrush = '''class'''( [[Class IGDIPlus.TGPBrush|TGPBrush, IGPTextureBrush, IGPTransformable]] )&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''' TGPTextureBrush : '''public''' [[Class IGDIPlus.TGPBrush|TGPBrush]]&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''' CTGPTextureBrush : '''public''' [[Class IGDIPlus.TGPBrush|CTGPBrush]]&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''' TGPTextureBrush : [[Class IGDIPlus.TGPBrush|Mitov.SignalLab.Brush]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Defines a Brush object that contains an Image object that is used for the fill. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPTextureBrush|TGPTextureBrush]] class defines a Brush object that&lt;br /&gt;
contains an Image object that is used for the fill. The fill&lt;br /&gt;
image can be transformed by using the local Matrix object&lt;br /&gt;
contained in the Brush object.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.SetTransform(IGPMatrix) : TGPTextureBrush|function SetTransform(matrix : IGPMatrix) : TGPTextureBrush]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPTextureBrush.SetTransformProp(IGPMatrix)|procedure SetTransformProp(matrix : IGPMatrix)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.GetTransform() : IGPMatrix|function GetTransform() : IGPMatrix]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.ResetTransform() : TGPTextureBrush|function ResetTransform() : TGPTextureBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPTextureBrush|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPTextureBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPTextureBrush|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPTextureBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPTextureBrush|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPTextureBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.RotateTransform(Single;TGPMatrixOrder) : TGPTextureBrush|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPTextureBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.GetWrapMode() : TGPWrapMode|function GetWrapMode() : TGPWrapMode]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.SetWrapMode(TGPWrapMode) : TGPTextureBrush|function SetWrapMode(wrapMode : TGPWrapMode) : TGPTextureBrush]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPTextureBrush.SetWrapModeProp(TGPWrapMode)|procedure SetWrapModeProp(wrapMode : TGPWrapMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.GetImage() : IGPImage|function GetImage() : IGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPTextureBrush.SetImage(IGPImage) : TGPTextureBrush|function SetImage(image : IGPImage) : TGPTextureBrush]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPTextureBrush.SetImageProp(IGPImage)|procedure SetImageProp(image : IGPImage)]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPBrush|TGPBrush]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPBrush.Clone() : TGPBrush|function Clone() : TGPBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPBrush.GetType() : TGPBrushType|function GetType() : TGPBrushType]]&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>