Struct that is used to represent an object with a width and height in pixels. More...
#include <AtlasBuilderWorker.h>
Public Member Functions | |
| ImageDimension (int width, int height) | |
Public Attributes | |
| int | m_width |
| int | m_height |
Struct that is used to represent an object with a width and height in pixels.