<?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.IGPTextureBrush</id>
		<title>Interface IGDIPlus.IGPTextureBrush - 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.IGPTextureBrush"/>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPTextureBrush&amp;action=history"/>
		<updated>2026-05-01T18:59:43Z</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.IGPTextureBrush&amp;diff=11406&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.IGPTextureBrush&amp;diff=11406&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;
'''Inherits:''' [[Interface IGDIPlus.IGPWrapBrush|IGPWrapBrush]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPTextureBrush = '''interface'''( [[Interface IGDIPlus.IGPWrapBrush|IGPWrapBrush]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPTextureBrush|TGPTextureBrush]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPTextureBrush|TGPTextureBrush]] object.&lt;br /&gt;
&lt;br /&gt;
The [[Class IGDIPlus.TGPTextureBrush|TGPTextureBrush]] class defines a Brush object that&lt;br /&gt;
contains an [[Property IGDIPlus.IGPTextureBrush.Image|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;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPTextureBrush.Image|Image]] - gets or sets the [[Class IGDIPlus.TGPImage|TGPImage]] object that is defined by the texture brush. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.SetTransform(IGPMatrix) : TGPTextureBrush|function SetTransform(matrix : IGPMatrix) : TGPTextureBrush]] - Sets the world transformation of the object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.ResetTransform() : TGPTextureBrush|function ResetTransform() : TGPTextureBrush]] - Sets the world transformation matrix of the object to the identity matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPTextureBrush|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPTextureBrush]] - Updates the world transformation matrix of the object with the product of itself and another matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPTextureBrush|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPTextureBrush]] - Updates the object's world transformation matrix with the product of itself and a translation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPTextureBrush|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPTextureBrush]] - Sets the object's world transformation matrix equal to the product of itself and a scaling matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.RotateTransform(Single;TGPMatrixOrder) : TGPTextureBrush|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPTextureBrush]] - Updates the world transformation matrix of the object with the product of itself and a rotation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.SetWrapMode(TGPWrapMode) : TGPTextureBrush|function SetWrapMode(wrapMode : TGPWrapMode) : TGPTextureBrush]] - Sets the wrap mode of this texture brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.GetImage() : IGPImage|function GetImage() : IGPImage]] - Returns the [[Class IGDIPlus.TGPImage|TGPImage]] object that is defined by the texture brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPTextureBrush.SetImage(IGPImage) : TGPTextureBrush|function SetImage(image : IGPImage) : TGPTextureBrush]] - Sets the [[Class IGDIPlus.TGPImage|TGPImage]] object that is defined by the texture brush. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPTextureBrush.SetImageProp(IGPImage)|procedure SetImageProp(image : IGPImage)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>