<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IGPGraphicsPath</id>
		<title>IGPGraphicsPath - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IGPGraphicsPath"/>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=IGPGraphicsPath&amp;action=history"/>
		<updated>2026-04-11T07:37:43Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://mitov.com/wiki/index.php?title=IGPGraphicsPath&amp;diff=1798&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=IGPGraphicsPath&amp;diff=1798&amp;oldid=prev"/>
				<updated>2011-11-22T00:15:54Z</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;
== Description ==&lt;br /&gt;
Defines interface to a TGPGraphicsPath object.&lt;br /&gt;
&lt;br /&gt;
A TGPGraphicsPath object stores a sequence of lines, curves,&lt;br /&gt;
and shapes. You can draw the entire sequence by calling the&lt;br /&gt;
DrawPath method of a Graphics object. You can partition the&lt;br /&gt;
sequence of lines, curves, and shapes into figures, and with&lt;br /&gt;
the help of a TGPGraphicsPathIterator object, you can draw&lt;br /&gt;
selected figures. You can also place markers in the sequence,&lt;br /&gt;
so that you can draw selected portions of the path.&lt;br /&gt;
Remarks&lt;br /&gt;
A path consists of one or more figures. As you add lines and&lt;br /&gt;
curves to a path, those lines and curves become part of a&lt;br /&gt;
figure. You can start a new figure by calling the&lt;br /&gt;
TGPGraphicsPath.StartFigure method. When you draw a path, the&lt;br /&gt;
lines and curves within an individual figure are connected by&lt;br /&gt;
straight lines; the ending point of one line or curve is&lt;br /&gt;
connected to the starting point of the next line or curve. No&lt;br /&gt;
connecting line is drawn between the end of one figure and&lt;br /&gt;
the start of the next figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A figure can be open or closed. You can close a figure by&lt;br /&gt;
calling the TGPGraphicsPath.CloseFigure method. After you&lt;br /&gt;
call TGPGraphicsPath.CloseFigure, the next line, curve, or&lt;br /&gt;
shape that you add to the path is part of the next figure.&lt;br /&gt;
When you draw a path, the ending point of each closed figure&lt;br /&gt;
is automatically connected to the starting point of that&lt;br /&gt;
figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some shapes (for example, rectangles and ellipses) are&lt;br /&gt;
intrinsically closed. When you add an intrinsically closed&lt;br /&gt;
shape to a path, that shape is in a figure by itself, and&lt;br /&gt;
that figure is considered closed even if you don't call&lt;br /&gt;
TGPGraphicsPath.CloseFigure. The following methods add&lt;br /&gt;
intrinsically closed figures to a path:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TGPGraphicsPath.AddClosedCurve Methods&lt;br /&gt;
&lt;br /&gt;
TGPGraphicsPath.AddEllipse Methods&lt;br /&gt;
&lt;br /&gt;
TGPGraphicsPath.AddPie Methods&lt;br /&gt;
&lt;br /&gt;
TGPGraphicsPath.AddPolygon Methods&lt;br /&gt;
&lt;br /&gt;
TGPGraphicsPath.AddRectangle Methods&lt;br /&gt;
&lt;br /&gt;
TGPGraphicsPath.AddRectangles Methods&lt;br /&gt;
&lt;br /&gt;
TGPGraphicsPath.AddString Methods&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>