Rect::ToRectPS

Rect::ToRectPS
inline void ToRectPS(Rect<T> * prc) const;
Description

ToRectPS converts the current rectangle into a rectangle in point/size form. This form stores the width of the rectangle in x2 and the height of the rectangle in y2.

Parameters
Parameters 
Description 
Rect<T> * prc 
A pointer to a rectangle whose components will represent the point/size form of the current rectangle. 
See Also