Sebastien Pouliot 8c2d6a42a8 2006-09-20 Sebastien Pouliot <[email protected]> 19 anos atrás
..
ChangeLog 8c2d6a42a8 2006-09-20 Sebastien Pouliot <[email protected]> 19 anos atrás
Makefile 8c2d6a42a8 2006-09-20 Sebastien Pouliot <[email protected]> 19 anos atrás
Matrices.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
README 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
Shapes.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
binary.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
binary.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
clippy.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
clippy.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
flatten.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
flatten.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
scan.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
scan.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 anos atrás
texture.cs 8c2d6a42a8 2006-09-20 Sebastien Pouliot <[email protected]> 19 anos atrás

README

This directory contains a few samples originally created with Visual Studio
2005 to test certain features before implementing them into libgdiplus.

They are provided here, with a Makefile, to help test any changes in those
functionalities. All samples are compiled using gmcs (2.0).

* binary.exe

Perform binary operation (union, intersect, exclude, complement and
xoir) on regions of different shapes.

* clippy.exe

Perform clipping using region of different shapes.

* flatten

Convert different shapes (including beziers curves) into shapes
with only polygons.

* scan.exe

Convert different shapes into a serie of rectangles.

* Samples.Common.dll

Common code between the samples.