gambas-source-code/main/lib/draw
Benoît Minisini a612052f95 [EXAMPLES]
* NEW: Paiting example: add an example for rounded rectangles.

[GB.DRAW]
* NEW: Paint.Polygon() is a new method that paints a closed polygon.
* NEW: Paint.Rectangle() now takes an optional radius argument. If its is
  specified with a value greater than zero, then a rounded rectangle is 
  painted.


git-svn-id: svn://localhost/gambas/trunk@5385 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-11-27 22:27:40 +00:00
..
cdraw.c [GB.DRAW] 2012-11-24 21:41:28 +00:00
cdraw.h
cpaint.c [EXAMPLES] 2012-11-27 22:27:40 +00:00
cpaint.h [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
cpoint.c [GB.DRAW] 2012-11-25 01:39:49 +00:00
cpoint.h
cpoint_temp.h [GB.DRAW] 2012-11-24 22:39:13 +00:00
crect.c
crect.h [GB.DRAW] 2012-11-26 06:33:49 +00:00
crect_temp.h
gb.draw.h [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
gb.image.h
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
gb_list.c
main.c [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
main.h
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
matrix.c
matrix.h