<?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.TGPGraphicsPathIterator</id>
		<title>Class IGDIPlus.TGPGraphicsPathIterator - 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.TGPGraphicsPathIterator"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPGraphicsPathIterator&amp;action=history"/>
		<updated>2026-06-13T16:19:56Z</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.TGPGraphicsPathIterator&amp;diff=11118&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.TGPGraphicsPathIterator&amp;diff=11118&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:31Z</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.TGPBase|TGPBase]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPGraphicsPathIterator = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPGraphicsPathIterator]] )&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''' TGPGraphicsPathIterator : '''public''' [[Class IGDIPlus.TGPBase|TGPBase]]&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''' CTGPGraphicsPathIterator : '''public''' [[Class IGDIPlus.TGPBase|CTGPBase]]&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''' TGPGraphicsPathIterator : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Provides methods for isolating selected subsets of the path stored in a [[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPGraphicsPathIterator|TGPGraphicsPathIterator]] class provides methods for&lt;br /&gt;
isolating selected subsets of the path stored in a&lt;br /&gt;
[[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]] object. A path consists of one or more&lt;br /&gt;
figures. You can use a [[Class IGDIPlus.TGPGraphicsPathIterator|TGPGraphicsPathIterator]] to isolate one&lt;br /&gt;
or more of those figures. A path can also have markers that&lt;br /&gt;
divide the path into sections. You can use a&lt;br /&gt;
[[Class IGDIPlus.TGPGraphicsPathIterator|TGPGraphicsPathIterator]] object to isolate one or more of&lt;br /&gt;
those sections.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.NextSubpath(Integer;Integer;bool) : Integer|function NextSubpath(startIndex : Integer; endIndex : Integer; isClosed : bool) : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.NextSubpath(IGPGraphicsPath;Boolean) : Integer|function NextSubpath(path : IGPGraphicsPath; isClosed : Boolean) : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.NextPathType(TGPPathPointType;Integer;Integer) : Integer|function NextPathType(pathType : TGPPathPointType; startIndex : Integer; endIndex : Integer) : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.NextMarker(Integer;Integer) : Integer|function NextMarker(startIndex : Integer; endIndex : Integer) : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.NextMarker(IGPGraphicsPath) : Integer|function NextMarker(path : IGPGraphicsPath) : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.GetCount() : Integer|function GetCount() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.GetSubpathCount() : Integer|function GetSubpathCount() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.HasCurve() : Boolean|function HasCurve() : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.Rewind() : TGPGraphicsPathIterator|function Rewind() : TGPGraphicsPathIterator]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.Enumerate(TGPPointFArray;TGPByteArray) : Integer|function Enumerate(points : TGPPointFArray; types : TGPByteArray) : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphicsPathIterator.CopyData(PGPPointF;PBYTE;Integer;Integer) : Integer|function CopyData(points : PGPPointF; types : PBYTE; startIndex : Integer; endIndex : Integer) : Integer]]&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>