Schematic circle. More...
#include <xornstorage.h>
Public Attributes | |
| struct xorn_double2d | pos |
| Center coordinates in mils. More... | |
| double | radius |
| Radius of the circle in mils. More... | |
| int | color |
| Color index. More... | |
| struct xornsch_line_attr | line |
| Line style. More... | |
| struct xornsch_fill_attr | fill |
| Fill style. More... | |
Schematic circle.
Valid in schematic and symbol files.
Definition at line 194 of file xornstorage.h.
| xornsch_circle::color |
| xornsch_circle::fill |
Fill style.
Definition at line 199 of file xornstorage.h.
| xornsch_circle::line |
Line style.
Definition at line 198 of file xornstorage.h.
| xornsch_circle::pos |
Center coordinates in mils.
Definition at line 195 of file xornstorage.h.
| xornsch_circle::radius |
Radius of the circle in mils.
Definition at line 196 of file xornstorage.h.
1.8.8