Rect::Swap

Rect::Swap
inline void Swap(Rect<T> * pr);
Description

Swap swaps the components of the current rectangle with those of a passed rectangle.

Parameters
Parameters 
Description 
Rect<T> * pr 
A pointer to the rectangle whose components are to be swapped with those of the current rectangle.