<?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.TGPHatchBrush</id>
		<title>Class IGDIPlus.TGPHatchBrush - 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.TGPHatchBrush"/>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPHatchBrush&amp;action=history"/>
		<updated>2026-06-18T00:28:51Z</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.TGPHatchBrush&amp;diff=11112&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.TGPHatchBrush&amp;diff=11112&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''' TGPHatchBrush = '''class'''( [[Class IGDIPlus.TGPBrush|TGPBrush, IGPHatchBrush]] )&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''' TGPHatchBrush : '''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''' CTGPHatchBrush : '''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''' TGPHatchBrush : [[Class IGDIPlus.TGPBrush|Mitov.SignalLab.Brush]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Defines a rectangular brush with a hatch style, a foreground color, and a background color. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This [[Class IGDIPlus.TGPHatchBrush|TGPHatchBrush]] class defines a rectangular brush with a&lt;br /&gt;
hatch style, a foreground color, and a background color.&lt;br /&gt;
There are six hatch styles. The foreground color defines the&lt;br /&gt;
color of the hatch lines; the background color defines the&lt;br /&gt;
color over which the hatch lines are drawn.&lt;br /&gt;
Remarks&lt;br /&gt;
Hatches are applied to shape interiors in the device space.&lt;br /&gt;
As a result, they maintain their appearance in device space&lt;br /&gt;
and are unaffected by current transformations in the graphics&lt;br /&gt;
context. Such brushes are also called non-scalable brushes.&lt;br /&gt;
Hatches are aligned at the upper-left corner of the display&lt;br /&gt;
device. When the graphics engine uses a [[Class IGDIPlus.TGPHatchBrush|TGPHatchBrush]] object&lt;br /&gt;
to paint a shape, it first transforms the shape to device&lt;br /&gt;
space before applying the hatch to the interiors. Hatches are&lt;br /&gt;
always tiled to paint the interiors.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPHatchBrush.SetHatchStyleProp(TGPHatchStyle)|procedure SetHatchStyleProp(style : TGPHatchStyle)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPHatchBrush.SetHatchStyle(TGPHatchStyle) : TGPHatchBrush|function SetHatchStyle(style : TGPHatchStyle) : TGPHatchBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPHatchBrush.GetHatchStyle() : TGPHatchStyle|function GetHatchStyle() : TGPHatchStyle]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPHatchBrush.SetForegroundColorProp(TGPColor)|procedure SetForegroundColorProp(color : TGPColor)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPHatchBrush.SetForegroundColor(TGPColor) : TGPHatchBrush|function SetForegroundColor(color : TGPColor) : TGPHatchBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPHatchBrush.GetForegroundColor() : TGPColor|function GetForegroundColor() : TGPColor]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPHatchBrush.SetBackgroundColorProp(TGPColor)|procedure SetBackgroundColorProp(color : TGPColor)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPHatchBrush.SetBackgroundColor(TGPColor) : TGPHatchBrush|function SetBackgroundColor(color : TGPColor) : TGPHatchBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPHatchBrush.GetBackgroundColor() : TGPColor|function GetBackgroundColor() : TGPColor]]&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>