20 #include "../basic_types.h"
21 #include "../geometry.h"
Represents image size in pixels.
unsigned int height
width and height in pixels
unsigned int getWidth() const
float getAspectRatio() const
bool operator==(const ImageResolution &) const
void set(unsigned int width, unsigned int height)
IntRectangle halfOpenedRectangle() const
bool operator!=(const ImageResolution &) const
unsigned int getHeight() const
float getInvAspectRatio() const
IntRectangle closedRectangle() const
uint32_t msize
memory size
CustomRectangle< int > IntRectangle
CustomPoint< int > IntPoint