| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- 2004-06-17 Ravindra <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * ImageRotateFlip.cs: Changed text color from white to
- black and set the white background.
- 2004-05-04 Jordi Mas <[email protected]>
- * ImageRotateFlip.cs: Added ImageRotateFlip.cs example.
- 2004-04-24 Ravindra <[email protected]>
- * 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 <[email protected]>
- * TextureWrapModes.cs: Use PNG, instead of BMP.
- 2004-04-07 Duncan Mak <[email protected]>
- * pie.cs: Added a case where the sweep angle is greater than 360
- degrees.
- 2004-04-06 Duncan Mak <[email protected]>
- * pie.cs: Save to PNG, instead of BMP.
- 2004-03-26 Ravindra <[email protected]>
- * TextureWrapModes.cs: Changed the file format dos2unix and
- adjusted the generated image size.
- 2004-03-25 Ravindra <[email protected]>
- * 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 <[email protected]>
- * Added drawimage.cs example
-
- 2004-03-22 Jordi <[email protected]>
- * Added pie.cs example
- 2004-03-17 Ravindra <[email protected]>
- * Created this repository for samples for System.Drawing namespace.
- * ChangeLog: Added.
|