Schematic picture. More...
#include <xornstorage.h>
Public Attributes | |
| struct xorn_double2d | pos |
| Coordinates of the lower left corner in mils. More... | |
| struct xorn_double2d | size |
| Size in mils. More... | |
| int | angle |
| Rotation angle in degrees. More... | |
| bool | mirror |
| Mirrored or normal picture. More... | |
| struct xorn_pointer | pixmap |
| Reference to the pixmap data. More... | |
Schematic picture.
Valid in schematic and symbol files.
Definition at line 233 of file xornstorage.h.
| xornsch_picture::angle |
Rotation angle in degrees.
The angle of the picture can only take on one of the following values: 0, 90, 180, 270.
Definition at line 236 of file xornstorage.h.
| xornsch_picture::mirror |
Mirrored or normal picture.
Definition at line 237 of file xornstorage.h.
| xornsch_picture::pixmap |
Reference to the pixmap data.
How this field is used is up to the user of the library.
Definition at line 238 of file xornstorage.h.
| xornsch_picture::pos |
Coordinates of the lower left corner in mils.
Definition at line 234 of file xornstorage.h.
| xornsch_picture::size |
Size in mils.
Definition at line 235 of file xornstorage.h.
1.8.8