home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / paintnet / PaintDotNet_2_64.exe / PaintDotNet.msi / _071589C0B1F25D7B0EBC2F04AF0AA139 < prev    next >
Text File  |  2006-02-20  |  6KB  |  145 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Line / Curve Tool</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.      </b></p>
  18. </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         <a href="Tutorials.html">Tutorials</a><br>
  25.         </li>
  26.     </ul>
  27.     <h3>User Interface</h3>
  28.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  29.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  30.         <li><a href="MainWindow.html">Main Window</a></li>
  31.         <li><a href="MenuBar.html">Menu Bar</a>
  32.         <ul class="toc">
  33.             <li><a href="File.html">File</a></li>
  34.             <li><a href="Edit.html">Edit</a></li>
  35.             <li><a href="View.html">View</a></li>
  36.             <li><a href="Image.html">Image</a></li>
  37.             <li><a href="Layers.html">Layers</a>
  38.             <ul class="toc">
  39.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  40.                 <li><a href="Adjustments.html">Adjustments</a>
  41.                 <ul class="toc">
  42.                     <li><a href="Curves.html">Curves</a></li>
  43.                     <li><a href="Levels.html">Levels</a></li>
  44.                 </ul></li>
  45.             </ul></li>
  46.             <li><a href="Effects.html">Effects</a></li>
  47.             <li><a href="Tools.html">Tools</a></li>
  48.             <li><a href="Window.html">Window</a></li>
  49.             <li><a href="Help.html">Help</a></li>
  50.             <li><a href="Toolbar.html">Toolbar</a></li>
  51.         </ul>
  52.         </li>
  53.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  54.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  55.             <li><a href="MoveTools.html">Move Tools</a><br>
  56.             <a href="MagicWand.html">Magic Wand</a><br>
  57.             <a href="Paintbrush.html">Paintbrush</a></li>
  58.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  59.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  60.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  61.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  62.             <li><a href="TextTool.html">Text Tool</a></li>
  63.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  64.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  65.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  66.         </ul>
  67.         </li>
  68.         <li><a href="HistoryWindow.html">History Window</a></li>
  69.         <li><a href="LayersWindow.html">Layers Window</a></li>
  70.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  71.         <li><a href="StatusBar.html">Status Bar</a></li>
  72.     </ul>
  73.     </li>
  74.     <h3>Other</h3>
  75.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  76.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  77.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  78.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  79.         <li><a href="WebLinks.html">Web Links</a></li>
  80.         <li><a href="License.html">License</a></li>
  81.     </ul>
  82. </div>
  83. <div id="content">
  84.     <!-- #BeginEditable "content" -->
  85.     <h2>Line / Curve Tool</h2>
  86.     <p>This tool may be used to draw lines and curves. These two abilities are 
  87.     grouped in to one tool because it is possible to stipulate that a line is 
  88.     simply a perfectly straight curve; therefore, this tool always draws curves, 
  89.     but "lines" simply no curve applied to them.</p>
  90.     <p>Drawing a line is simple: simply click where you want the line to start, 
  91.     and then drag over to the ending point and release the mouse button. By 
  92.     holding down the shift key before you release the mouse button, you may 
  93.     constrain the line to a multiple-of-15 degrees angle. At this point, you 
  94.     will see four handles, or <i>nubs</i>, appear on the line. </p>
  95.     <p>If you only want 
  96.     to draw a line, you may press the Enter key at this point to finish the 
  97.     line. You may also simply draw elsewhere to begin a new line.</p>
  98.     <p>The handles pulsate so that they are easier to distinguish from the rest 
  99.     of the image:</p>
  100.     <ul>
  101.         <li class="nobullet">
  102.         <img border="0" src="../images/Line_Step1.png" width="152" height="148"></li>
  103.     </ul>
  104.     <p>At this point, you may <i>curve the line </i>by dragging the nubs. If you 
  105.     use the left mouse button for dragging, then the line will be curved using 
  106.     <a href="http://en.wikipedia.org/wiki/Cubic_spline">cubic 
  107.     spline interpolation</a>. Essentially, the curve will be drawn such that it 
  108.     always goes through each point. However, if you use the right mouse button 
  109.     then you will draw what is known as a
  110.     <a href="http://en.wikipedia.org/wiki/BΘzier_curve">BΘzier curve</a>. With 
  111.     this method, the curve will not necessarily go through each point, but you 
  112.     will be able to draw curves that are not possible with the cubic spline 
  113.     method.</p>
  114.     <p>A sample cubic spline curve:</p>
  115.     <ul>
  116.         <li class="nobullet">
  117.         <img border="0" src="../images/Line_Spline.png" width="153" height="151"></li>
  118.     </ul>
  119.     <p>A sample BΘzier curve. Note that the curve does not go through the two 
  120.     middle nubs:</p>
  121.     <ul>
  122.         <li class="nobullet">
  123.         <img border="0" src="../images/Line_Bezier.png" width="156" height="156"></li>
  124.     </ul>
  125.     <p>When you are finished curving the line, you may press Enter to finish it. 
  126.     Or, you may start drawing elsewhere to start another line.</p>
  127.     <!-- #EndEditable -->
  128.     <h4><br>
  129.     <br>
  130.     </h4>
  131.     <p align="center">
  132.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2006 </font>Rick Brewster, 
  133.     Chris Crosetto, Dennis Dietrich, Tom 
  134.     Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
  135.     <font face="Times New Roman">⌐ 2006 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  136.     </font>
  137. </div>
  138. </b>
  139.  
  140. </body>
  141.  
  142. <!-- #EndTemplate -->
  143.  
  144. </html>
  145.