#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 |
|
inline |
|
inline |
Color libzmf::ZMFPageSettings::color |
double libzmf::ZMFPageSettings::height |
double libzmf::ZMFPageSettings::leftOffset |
Referenced by libzmf::ZMFCollector::collectPath(), and libzmf::ZMFCollector::pageX().
double libzmf::ZMFPageSettings::topOffset |
Referenced by libzmf::ZMFCollector::collectPath(), and libzmf::ZMFCollector::pageY().
double libzmf::ZMFPageSettings::width |