#include <ZMFTypes.h>
Public Member Functions | |
| ZMFPageSettings () | |
| ZMFPageSettings (double w, double h, double left, double top, Color c=Color(255, 255, 255)) | |
Public Attributes | |
| double | width |
| double | height |
| double | leftOffset |
| double | topOffset |
| Color | color |
| libzmf::ZMFPageSettings::ZMFPageSettings | ( | ) | [inline] |
| libzmf::ZMFPageSettings::ZMFPageSettings | ( | double | w, |
| double | h, | ||
| double | left, | ||
| double | top, | ||
| Color | c = Color(255, 255, 255) |
||
| ) | [inline] |
Referenced by libzmf::ZMFCollector::startPage().
Referenced by libzmf::ZMFCollector::startPage().
Referenced by libzmf::ZMFCollector::collectPath(), and libzmf::ZMFCollector::pageX().
Referenced by libzmf::ZMFCollector::collectPath(), and libzmf::ZMFCollector::pageY().
Referenced by libzmf::ZMFCollector::startPage().