A rectangle structure in several (integer) flavors.
More...
#include <mathplot.h>
|
|
struct { |
|
wxCoord startPx |
| |
|
wxCoord endPx |
| |
|
wxCoord startPy |
| |
|
wxCoord endPy |
| |
| }; | |
| |
|
struct { |
|
wxCoord left |
| |
|
wxCoord top |
| |
|
wxCoord right |
| |
|
wxCoord bottom |
| |
| }; | |
| |
|
struct { |
|
wxCoord x1 |
| |
|
wxCoord y1 |
| |
|
wxCoord x2 |
| |
|
wxCoord y2 |
| |
| }; | |
| |
|
wxCoord | tab [4] |
| |
|
struct { |
|
wxCoord startPx |
| |
|
wxCoord endPx |
| |
|
wxCoord startPy |
| |
|
wxCoord endPy |
| |
| }; | |
| |
|
struct { |
|
wxCoord left |
| |
|
wxCoord top |
| |
|
wxCoord right |
| |
|
wxCoord bottom |
| |
| }; | |
| |
|
struct { |
|
wxCoord x1 |
| |
|
wxCoord y1 |
| |
|
wxCoord x2 |
| |
|
wxCoord y2 |
| |
| }; | |
| |
A rectangle structure in several (integer) flavors.