<?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=Interface_IGDIPlus.IGPHatchBrush</id>
		<title>Interface IGDIPlus.IGPHatchBrush - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPHatchBrush"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPHatchBrush&amp;action=history"/>
		<updated>2026-04-16T19:35:01Z</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=Interface_IGDIPlus.IGPHatchBrush&amp;diff=11432&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=Interface_IGDIPlus.IGPHatchBrush&amp;diff=11432&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:48Z</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.IGPBrush|IGPBrush]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPHatchBrush = '''interface'''( [[Interface IGDIPlus.IGPBrush|IGPBrush]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPHatchBrush|TGPHatchBrush]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPHatchBrush|TGPHatchBrush]] object.&lt;br /&gt;
&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;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPHatchBrush.HatchStyle|HatchStyle]] - The hatch style of this hatch brush. &lt;br /&gt;
*[[Property IGDIPlus.IGPHatchBrush.ForegroundColor|ForegroundColor]] - The foreground color of this hatch brush. &lt;br /&gt;
*[[Property IGDIPlus.IGPHatchBrush.BackgroundColor|BackgroundColor]] - The background color of this hatch brush. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method procedure IGDIPlus.IGPHatchBrush.SetHatchStyleProp(TGPHatchStyle)|procedure SetHatchStyleProp(style : TGPHatchStyle)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPHatchBrush.SetHatchStyle(TGPHatchStyle) : TGPHatchBrush|function SetHatchStyle(style : TGPHatchStyle) : TGPHatchBrush]] - Sets the hatch style of this hatch brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPHatchBrush.GetHatchStyle() : TGPHatchStyle|function GetHatchStyle() : TGPHatchStyle]] - Returns the hatch style of this hatch brush. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPHatchBrush.SetForegroundColorProp(TGPColor)|procedure SetForegroundColorProp(color : TGPColor)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPHatchBrush.SetForegroundColor(TGPColor) : TGPHatchBrush|function SetForegroundColor(color : TGPColor) : TGPHatchBrush]] - Sets the foreground color of this hatch brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPHatchBrush.GetForegroundColor() : TGPColor|function GetForegroundColor() : TGPColor]] - Returns the foreground color of this hatch brush. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPHatchBrush.SetBackgroundColorProp(TGPColor)|procedure SetBackgroundColorProp(color : TGPColor)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPHatchBrush.SetBackgroundColor(TGPColor) : TGPHatchBrush|function SetBackgroundColor(color : TGPColor) : TGPHatchBrush]] - Sets the background color of this hatch brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPHatchBrush.GetBackgroundColor() : TGPColor|function GetBackgroundColor() : TGPColor]] - Returns the background color of this hatch brush. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>