Sebastien Pouliot 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
..
ChangeLog 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
Makefile 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
Matrices.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
README 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
Shapes.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
binary.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
binary.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
clippy.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
clippy.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
flatten.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
flatten.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
scan.Designer.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan
scan.cs 246665cb0c 2006-03-31 Sebastien Pouliot <[email protected]> 20 år sedan

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.