<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Path definition and drawing</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Path definition and drawing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:29:55 +0000</pubDate>
  <lastBuildDate>Wed, 19 Nov 2014 11:24:34 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3010</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Path definition and drawing : WowI just check itThis is cool...]]></title>
   <link>http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12140.html#12140</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3010<br /><strong>Posted:</strong> 19 Nov 14 at 11:24AM<br /><br />Wow<div>I just check it</div><div>This is cool feature.</div><div>Very useful and nice.</div><div>Thanks again.</div><div><br></div><div>btw.</div><div>I think it is worth to add this example to&nbsp;"Debenu Quick PDF Library 11 Developer Guide.pdf"</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 19 Nov 2014 11:24:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12140.html#12140</guid>
  </item> 
  <item>
   <title><![CDATA[Path definition and drawing : Thanks. ]]></title>
   <link>http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12138.html#12138</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3010<br /><strong>Posted:</strong> 19 Nov 14 at 10:54AM<br /><br />Thanks.<div><br></div>]]>
   </description>
   <pubDate>Wed, 19 Nov 2014 10:54:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12138.html#12138</guid>
  </item> 
  <item>
   <title><![CDATA[Path definition and drawing : Michal,Here is some simple code...]]></title>
   <link>http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12136.html#12136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 3010<br /><strong>Posted:</strong> 19 Nov 14 at 10:36AM<br /><br />Michal,<div><br><span style="line-height: 1.4;">Here is some simple code showing how to draw a complex path and fill it</span><div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetOrigin(1);</div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetPageDimensions(1400, 800);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetLineColor(0, 1, 0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetFillColor(1, 1, 0);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.StartPath(100.0, 100.0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.AddLineToPath(400.0, 800.0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.AddLineToPath(700.0, 100.0);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.MovePath(200.0, 200.0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.AddLineToPath(400.0, 700.0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.AddLineToPath(600.0, 200.0);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawPathEvenOdd(2);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile("out.pdf");</div></div></div><div><br></div><div><span style="line-height: 1.4;">Andrew.</span></div></div>]]>
   </description>
   <pubDate>Wed, 19 Nov 2014 10:36:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12136.html#12136</guid>
  </item> 
  <item>
   <title><![CDATA[Path definition and drawing : What does it do ? How to use it...]]></title>
   <link>http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12122.html#12122</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3010<br /><strong>Posted:</strong> 14 Nov 14 at 8:11AM<br /><br />What does it do ? How to use it ?<div>Please show me a simple example.<br><div><br></div></div>]]>
   </description>
   <pubDate>Fri, 14 Nov 2014 08:11:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/path-definition-and-drawing_topic3010_post12122.html#12122</guid>
  </item> 
 </channel>
</rss>