ScummVM API documentation
AGS3::Size Struct Reference
Inheritance diagram for AGS3::Size:
AGS3::AGS::Engine::GraphicResolution AGS3::AGS::Engine::DisplayMode

Public Member Functions

 Size (int width, int height)
 
bool IsNull () const
 
bool ExceedsByAny (const Size size) const
 
bool operator== (const Size size) const
 
bool operator!= (const Size size) const
 
bool operator< (const Size &other) const
 
Size operator+ (const Size &size) const
 
Size operator- (const Size &size) const
 
Size operator* (int x) const
 
Size operator/ (int x) const
 
Sizeoperator*= (int x)
 
Sizeoperator/= (int x)
 

Static Public Member Functions

static Size Clamp (const Size &sz, const Size &floor, const Size &ceil)
 

Public Attributes

int Width
 
int Height
 

The documentation for this struct was generated from the following file: