<?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=Method_function_IGDIPlus.IGPGraphicsPathIterator.HasCurve%28%29_%3A_Boolean</id>
		<title>Method function IGDIPlus.IGPGraphicsPathIterator.HasCurve() : Boolean - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Method_function_IGDIPlus.IGPGraphicsPathIterator.HasCurve%28%29_%3A_Boolean"/>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=Method_function_IGDIPlus.IGPGraphicsPathIterator.HasCurve()_:_Boolean&amp;action=history"/>
		<updated>2026-06-12T17:51:58Z</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=Method_function_IGDIPlus.IGPGraphicsPathIterator.HasCurve()_:_Boolean&amp;diff=11606&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=Method_function_IGDIPlus.IGPGraphicsPathIterator.HasCurve()_:_Boolean&amp;diff=11606&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:56Z</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;
'''Class:''' [[Interface IGDIPlus.IGPGraphicsPathIterator|IGPGraphicsPathIterator]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''function''' HasCurve() : Boolean;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
bool '''__fastcall''' HasCurve();&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 HasCurve();&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Determines whether the path has any curves. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Call this method to determine whether the path has any&lt;br /&gt;
curves.&lt;br /&gt;
Remarks&lt;br /&gt;
All curves in a path are stored as sequences of Bézier&lt;br /&gt;
splines. For example, when you add an ellipse to a path, you&lt;br /&gt;
specify the upper-left corner, the width, and the height of&lt;br /&gt;
the ellipse's bounding rectangle. Those numbers (upper-left&lt;br /&gt;
corner, width, and height) are not stored in the path;&lt;br /&gt;
instead; the ellipse is converted to a sequence of four&lt;br /&gt;
Bézier splines. The path stores the endpoints and control&lt;br /&gt;
points of those Bézier splines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A path stores an array of data points, each of which belongs&lt;br /&gt;
to a line or a Bézier spline. If some of the points in the&lt;br /&gt;
array belong to Bézier splines, then HasCurve returns TRUE.&lt;br /&gt;
If all points in the array belong to lines, then HasCurve&lt;br /&gt;
returns FALSE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Certain methods flatten a path, which means that all the&lt;br /&gt;
curves in the path are converted to sequences of lines. After&lt;br /&gt;
a path has been flattened, HasCurve will always return FALSE.&lt;br /&gt;
Flattening happens when you call the [[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]].Flatten,&lt;br /&gt;
[[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]].Widen, or [[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]].Warp method of the&lt;br /&gt;
GraphicsPath class.&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>