Fovia C++ In-Process API
Public Member Functions | Public Attributes | List of all members
RECT Struct Reference

Public Member Functions

RECToperator= (const RECT &r)
 
 RECT (const RECT &r)
 

Public Attributes

signed int bottom
 
signed int left
 
signed int right
 
signed int top
 

Detailed Description

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.

Member Data Documentation

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.