TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
Rect Struct Reference
Inheritance diagram for Rect:

Detailed Description

Wrapper around a Win32 RECT.

Public Member Functions

 Rect ()
 
 Rect (LONG _left, LONG _top, LONG _right, LONG _bottom)
 
 ~Rect ()
 
bool operator== (const Rect &rc)
 
int Width () const
 
int Height () const
 
void Translate (LONG x, LONG y)
 

Constructor & Destructor Documentation

Rect ( )
Rect ( LONG  _left,
LONG  _top,
LONG  _right,
LONG  _bottom 
)
~Rect ( )

Member Function Documentation

bool operator== ( const Rect rc)
int Width ( ) const
int Height ( ) const
void Translate ( LONG  x,
LONG  y 
)