Provides constants that are used to specify the size adjustment policy for graphical objects within a bounded rectangular area.
More...
|
constexpr unsigned int | NONE = 0 |
| Specifies that the size of a graphical object shall be left unchanged. More...
|
|
constexpr unsigned int | BEST_FIT = 1 |
| Specifies that a graphical object shall be resized to achieve a maximum coverage of the available area. More...
|
|
constexpr unsigned int | IF_REQUIRED = 2 |
| Specifies that a graphical object shall only be resized if its bounds exceed the available area. More...
|
|
Provides constants that are used to specify the size adjustment policy for graphical objects within a bounded rectangular area.
◆ NONE
constexpr unsigned int CDPL::Vis::SizeAdjustment::NONE = 0 |
|
constexpr |
Specifies that the size of a graphical object shall be left unchanged.
◆ BEST_FIT
constexpr unsigned int CDPL::Vis::SizeAdjustment::BEST_FIT = 1 |
|
constexpr |
Specifies that a graphical object shall be resized to achieve a maximum coverage of the available area.
◆ IF_REQUIRED
constexpr unsigned int CDPL::Vis::SizeAdjustment::IF_REQUIRED = 2 |
|
constexpr |
Specifies that a graphical object shall only be resized if its bounds exceed the available area.