X-Boost  2.3.8
Public Member Functions | Public Attributes | List of all members
rect Struct Reference

a rectangle structure More...

#include <Types.h>

Public Member Functions

 rect (int _x0, int _y0, int _x1, int _y1)
 
int width () const
 
int height () const
 
size extension () const
 
bool operator== (const rect &r) const
 

Public Attributes

int x0
 
int y0
 
int x1
 
int y1
 

Detailed Description

a rectangle structure


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