Defines | |
| #define | IND_PIXEL 400 |
| Pixel (dot). | |
| #define | IND_LINE 401 |
| Line. | |
| #define | IND_RECTANGLE 402 |
| Rectangle. | |
| #define | IND_POLY2D 403 |
| Polygon. The vertex list is an array of IND_Point, that type consist on two coordinates (x, y). | |
| #define | IND_REGULAR_POLY 404 |
| Regular polygon with n sides. | |
| #define | IND_FILL_RECTANGLE 405 |
| Filled rectangle. | |
Typedefs | |
| typedef int | IND_Primitive2d |
| Type of primitives. | |
| typedef int IND_Primitive2d |
Type of primitives.
IND_Primitive2d defines a primitive (lines, circles, rectangles, etc).
1.5.4