Windows C++ Library
Classes | Functions
Rect.hpp File Reference
#include "Point.hpp"
#include "Size.hpp"

Classes

class  CRect

Functions

bool operator== (const CRect &LHS, const CRect &RHS)
 Global equals operator for a pair of rectangles.
bool operator!= (const CRect &LHS, const CRect &RHS)
 Global not equals operator for a pair of rectangles.

Function Documentation

bool operator== ( const CRect LHS,
const CRect RHS 
) [inline]

Global equals operator for a pair of rectangles.

bool operator!= ( const CRect LHS,
const CRect RHS 
) [inline]

Global not equals operator for a pair of rectangles.