2006-02-02 Sebastien Pouliot * RegionsRectangle.cs: Add test case for bug #77408. 2006-01-15 Jordi Mas * Adds GraphicsUnits.cs 2005-09-06 Jordi Mas * clipping: Sample to test clipping 2004-06-17 Ravindra * BmpPaint.cs: Fixed, formatted and moved here from Test/System.Drawing directory. * font.cs: Formatted and moved here from Test/System.Drawing directory. * bmpsave.cs: Formatted and moved here from Test/System.Drawing directory. * graphicsUi.cs: Formatted and moved here from Test/System.Drawing directory. 2004-05-31 Ravindra * pie.cs: Made the output image little organized and added a case where DrawPie and FillPie were crashing the system. It was happening with zero degree sweep angle. 2004-05-04 Ravindra * ImageRotateFlip.cs: Changed text color from white to black and set the white background. 2004-05-04 Jordi Mas * ImageRotateFlip.cs: Added ImageRotateFlip.cs example. 2004-04-24 Ravindra * pie.cs: Added a case to clear the graphics surface and fill it with a background color. Fixing Graphics.Clear(color) method. 2004-04-07 Ravindra * TextureWrapModes.cs: Use PNG, instead of BMP. 2004-04-07 Duncan Mak * pie.cs: Added a case where the sweep angle is greater than 360 degrees. 2004-04-06 Duncan Mak * pie.cs: Save to PNG, instead of BMP. 2004-03-26 Ravindra * TextureWrapModes.cs: Changed the file format dos2unix and adjusted the generated image size. 2004-03-25 Ravindra * bitmaps: Added a repository for the bitmaps required by some of the samples of this repository. * TextureWrapModes.cs: Added a sample for texture brush wrapmodes. 2004-03-24 Jordi * Added drawimage.cs example 2004-03-22 Jordi * Added pie.cs example 2004-03-17 Ravindra * Created this repository for samples for System.Drawing namespace. * ChangeLog: Added.