#include <genesis/utils/formats/svg/helper.hpp>
Definition at line 92 of file utils/formats/svg/helper.hpp.
Public Member Functions | |
SvgMargin () | |
SvgMargin (double all) | |
SvgMargin (double top, double right, double bottom, double left) | |
SvgMargin (double top, double right_left, double bottom) | |
SvgMargin (double top_bottom, double right_left) | |
Public Attributes | |
double | bottom |
double | left |
double | right |
double | top |
|
inlineexplicit |
Definition at line 94 of file utils/formats/svg/helper.hpp.
|
inlineexplicit |
Definition at line 98 of file utils/formats/svg/helper.hpp.
|
inlineexplicit |
Definition at line 102 of file utils/formats/svg/helper.hpp.
|
inlineexplicit |
Definition at line 106 of file utils/formats/svg/helper.hpp.
|
inlineexplicit |
Definition at line 110 of file utils/formats/svg/helper.hpp.
double bottom |
Definition at line 119 of file utils/formats/svg/helper.hpp.
double left |
Definition at line 120 of file utils/formats/svg/helper.hpp.
double right |
Definition at line 118 of file utils/formats/svg/helper.hpp.
double top |
Definition at line 117 of file utils/formats/svg/helper.hpp.