#include <crtxy.h>
Data Fields | |
int | count |
How many lines are currently in the group. | |
int | max |
How many lines the group can hold (used for memory allocation/reallocation). | |
XY_line * | lines |
The lines. |
int XY_lines::count |
How many lines are currently in the group.
int XY_lines::max |
How many lines the group can hold (used for memory allocation/reallocation).
The lines.