<?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 : background of bezier curve</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 : background of bezier curve]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 07 May 2026 01:24:46 +0000</pubDate>
  <lastBuildDate>Sat, 09 Sep 2017 15:24:08 +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=3501</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[background of bezier curve : Bezier curve incorrectly covers...]]></title>
   <link>http://www.quickpdf.org/forum/background-of-bezier-curve_topic3501_post13930.html#13930</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2974">vjedlicka</a><br /><strong>Subject:</strong> 3501<br /><strong>Posted:</strong> 09 Sep 17 at 3:24PM<br /><br />Bezier curve incorrectly covers its background.<div><br></div><div>the code:</div><div><br></div><div><div><span style="white-space:pre">		</span>int li_width = 100 * 30;</div><div><span style="white-space:pre">		</span>int li_height = 100 * 20;</div><div><span style="white-space:pre">		</span>HDC hDC = DPL.GetCanvasDC(li_width, li_height);</div><div><br></div><div><span style="white-space:pre">		</span>CDC dc;</div><div><span style="white-space:pre">		</span>CDC* pDC = CDC::FromHandle(hDC);</div><div><br></div><div><span style="white-space: pre;">		</span>CRect l_rect(100, 100, 1000, 1000);</div><div><span style="white-space:pre">		</span>pDC-&gt;FillSolidRect(l_rect, RGB(255, 255, 0));</div><div><br></div><div><span style="white-space:pre">		</span>CPoint l_points&#091;4&#093; = {</div><div><span style="white-space:pre">			</span>CPoint(760, 460),</div><div><span style="white-space:pre">			</span>CPoint(800, 380),</div><div><span style="white-space:pre">			</span>CPoint(920, 380),</div><div><span style="white-space:pre">			</span>CPoint(960, 460)</div><div><span style="white-space:pre">		</span>};</div><div><br></div><div><span style="white-space:pre">		</span>pDC-&gt;PolyBezier(l_points, 4);</div><div><span style="white-space: pre;">		</span>int li_result = DPL.LoadFromCanvasDC(254, 3);</div><div><br></div><div>expected reult: yellow rectangle with a bezier curve, without any white space</div><div><br></div><div>result: please see this screenshot:</div><div>https://www.screencast.com/t/4zih8lqpGo</div><div><br></div><div><br></div><div><span style="white-space:pre">	</span></div></div><div><br></div>]]>
   </description>
   <pubDate>Sat, 09 Sep 2017 15:24:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/background-of-bezier-curve_topic3501_post13930.html#13930</guid>
  </item> 
 </channel>
</rss>