ChangeLog 931 B

12345678910111213141516171819
  1. 2006-09-20 Sebastien Pouliot <[email protected]>
  2. * Makefile: Updated to include new texture.exe
  3. * texture.cs: Sample to test texture brushes.
  4. 2006-03-31 Sebastien Pouliot <[email protected]>
  5. * Makefile: Build all (4) samples and their common assembly (dll);
  6. * README: Description of every samples;
  7. * binary.cs: Sample to test binary operations on regions.
  8. * binary.Designer.cs: VS2k5 generated partial class for controls.
  9. * clippy.cs: Sample to test clipping with regions.
  10. * clippy.Designer.cs: VS2k5 generated partial class for controls.
  11. * flatten.cs: Sample to convert region (curves) into polygons.
  12. * flatten.Designer.cs: VS2k5 generated partial class for controls.
  13. * scan.cs: Sample to convert regions into rectangles.
  14. * scan.Designer.cs: VS2k5 generated partial class for controls.
  15. * Matrices.cs: Shared class to created different Matrix.
  16. * Shapes.cs: Shared class to create different GraphicsPath.