Fovia C++ In-Process API
|
Public Member Functions | |
RECT & | operator= (const RECT &r) |
RECT (const RECT &r) | |
Public Attributes | |
signed int | bottom |
signed int | left |
signed int | right |
signed int | top |
Object that specifies a rectangle. Rectangles are defined as top-left inclusing and bottom-right exclusive. Unless specified otherwise, the left should always be a lower value than the right and the top should always be a lower value than the bottom.
signed int RECT::bottom |
The bottom side of the rectangle.
signed int RECT::left |
The left side of the rectangle.
signed int RECT::right |
The right side of the rectangle.
signed int RECT::top |
The top side of the rectangle.