<?xml version="1.0"?> 
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> 
<!-- Feed Generated By Bob typing in the items by hand. hehe lo-tech eh? -->
<rss version="0.91"> 
<channel>
<!-- Channel Information -->
<title>Bob Powell's Beginners Guide to GDI+</title> 
<link>http://www.bobpowell.net/beginnersgdi.htm</link> 
<description>Bob Powell introduces Windows Forms graphics for the novice programmer</description> 
<language>en-us</language> 
<!-- End of Channel Information -->
<!-- Item Details -->
<item> 
    <title>Transformations</title>
    <link>http://www.bobpowell.net/transformations.htm</link>
    <description>Bob Powell explains how transformations and matrices can simplify the process of making exiting graphics</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Text, Part 1</title>
    <link>http://www.bobpowell.net/begintext.htm</link>
    <description>Bob Powell explains how to use simple text output and perform text formatting with the StringFormat object.</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Images, Part 1</title>
    <link>http://www.bobpowell.net/imagesone.htm</link>
    <description>Bob Powell explains how to load and draw images. See how to display a whole image or any part of it.</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Brushes, Part 1</title>
    <link>http://www.bobpowell.net/brushesone.htm</link>
    <description>Bob Powell explains the rudiments of brushes in GDI+. See how to fill any area with colour, hatch patterns or images.</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Pens, Part 1</title>
    <link>http://www.bobpowell.net/pensone.htm</link>
    <description>Bob Powell explains the rudiments of Pens in GDI+. See how to make all sorts of fancy lines with many properies of the Pen object.</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Colour</title>
    <link>http://www.bobpowell.net/colour.htm</link>
    <description>Bob Powell explains how colours work in GDI+</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Stroking and Filling</title>
    <link>http://www.bobpowell.net/strokefill.htm</link>
    <description>Bob Powell explains how to fill areas and draw simple lines</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Points, Sizes and Rectangles</title>
    <link>http://www.bobpowell.net/pointsandsizes.htm</link>
    <description>Bob Powell explains the basics of the important Point, Size and Rectangle structures</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Introducing the Beginners Guide To GDI+</title>
    <link>http://www.bobpowell.net/beginnersgdi.htm</link>
    <description>Bob Powell introduces a new series of articles that explain GDI+ to the complete beginner</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>Getting started with GDI+. Reference the right DLLs</title>
    <link>http://www.bobpowell.net/usinggdiplus.htm</link>
    <description>Bob Powell introduces a new series of articles that explain GDI+ to the complete beginner. See how to use the right DLL to enable GDI+ in your .NET applications</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>The Graphics Object.</title>
    <link>http://www.bobpowell.net/graphicsobject.htm</link>
    <description>Bob Powell introduces a new series of articles that explain GDI+ to the complete beginner. See how to use the Graphics object</description>
</item> 
<!-- End Item Details -->
</channel> 
</rss> 