README 698 B

123456789101112131415161718192021222324252627
  1. This directory contains a few samples originally created with Visual Studio
  2. 2005 to test certain features before implementing them into libgdiplus.
  3. They are provided here, with a Makefile, to help test any changes in those
  4. functionalities. All samples are compiled using gmcs (2.0).
  5. * binary.exe
  6. Perform binary operation (union, intersect, exclude, complement and
  7. xoir) on regions of different shapes.
  8. * clippy.exe
  9. Perform clipping using region of different shapes.
  10. * flatten
  11. Convert different shapes (including beziers curves) into shapes
  12. with only polygons.
  13. * scan.exe
  14. Convert different shapes into a serie of rectangles.
  15. * Samples.Common.dll
  16. Common code between the samples.